#6FBCD9

Color #6FBCD9 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #6FBCD9

Tints of Seagull #6FBCD9

Color information

#6FBCD9 (or 0x6FBCD9) is unknown color: approx Seagull. HEX triplet: 6F, BC and D9. RGB value is (111,188,217). Sum of RGB (Red+Green+Blue) = 111+188+217=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #6FBCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCD9 is #904326. Grayscale: #A8A8A8. Windows color (decimal): -9454375 or 14269551. OLE color: 14269551.

HSL color Cylindrical-coordinate representation of color #6FBCD9: hue angle of 196.42º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FBCD9 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB111188217-
CMYK0.490.1300.15
HSL196.42º58.24%64.31%-
HSV(B)196.42º48.85%85.1%-
XYZ37.0644.3672.25-
YUV168.28155.4987.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 21.51%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=21.51%
G=36.43%
B=42.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1111882170.490.1300.15196.4258.2464.31
Hex6FBCD931D0Fc43a40
Octal157274331611501730472100
Binary11011111011110011011001110001110101111110001001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FBCD9; }

 p { color: rgb(111,188,217); }

 H1.HeaderClassName
 {
   color: #6FBCD9;
 }
 .AnyTagClassName
 {
   color: #6FBCD9;
 }
</style>
background-color css

<style>
 a { background-color: #6FBCD9; }

 a { background-color: rgb(111,188,217); }

 div.DivClassName
 {
   background-color: #6FBCD9;
 }
 .BgClassName
 {
   background-color: #6FBCD9;
 }
</style>
border-color css

<style>
 span { border-color: #6FBCD9; }

 span { border-color: rgb(111,188,217); }

 td.TdClassName
 {
   border-color: #6FBCD9;
 }
 .TagClassName
 {
   border-color: #6FBCD9;
 }
</style>