Color Hex Logo

#6fbfcc Color Hex

#6FBFCC
(111,191,204)
0 Favorites   0 Comments

Color spaces of #6fbfcc

RGB 111191204
HSL0.520.480.62
HSV188°46°80°
CMYK 0.460.060.00   0.20
XYZ36.085445.000763.9109
Yxy45.00070.24890.3104
Hunter Lab67.0826-21.3748-9.5290
CIE-Lab72.8924-21.1074-14.1937

#6fbfcc color RGB value is (111,191,204).

#6fbfcc hex color red value is 111, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6fbfcc hue: 0.52 , saturation: 0.48 and the lightness value of 6fbfcc is 0.62.

The process color (four color CMYK) of #6fbfcc color hex is 0.46, 0.06, 0.00, 0.20. Web safe color of #6fbfcc is #66cccc. Color #6fbfcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111111 11001100
Octal 157 277 314
Decimal 111 191 204
Hex 6F BF CC

RGB Percentages of Color #6fbfcc

%21.94
%37.75
%40.32

CMYK Percentages of Color #6fbfcc

%46
%6
%0
%20

Triadic Colors of #6fbfcc

#6fbfcc #cc6fbf #bfcc6f

Analogous Colors of #6fbfcc

#6fbfcc #6f91cc #6fccab

Monochromatic Colors of #6fbfcc

#6fbfcc

Complementary Color

#6fbfcc #cc7c6f

#6fbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbfcc Color CSS Codes

.mybgcolor {background-color:#6fbfcc; } 
.myforecolor {color:#6fbfcc; }
.mybordercolor {border:3px solid #6fbfcc; }

#6fbfcc Text Font Color

<p style="color:#6fbfcc">Text here</p>

This sample text font color is #6fbfcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6fbfcc Background Color

<div style="background-color:#6fbfcc">
Div content here</div>

This div background color is #6fbfcc


#6fbfcc Border Color

<div style="border:3px solid #6fbfcc">
Div here</div>

This div border color is #6fbfcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,191,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fbfcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fbfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #6fbfcc;
  box-shadow:         1px 1px 3px 2px #6fbfcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,191,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6fbfcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6fbfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #6fbfcc;
  box-shadow:         1px 1px 3px 2px #6fbfcc;">
Div content here</div>

This div box has shadow with color #6fbfcc


Comments

No comments written yet.

Please login to write comment.