#6FBBCA

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

Shades of Seagull #6FBBCA

Tints of Seagull #6FBBCA

Color information

#6FBBCA (or 0x6FBBCA) is unknown color: approx Seagull. HEX triplet: 6F, BB and CA. RGB value is (111,187,202). Sum of RGB (Red+Green+Blue) = 111+187+202=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FBBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBCA is #904435. Grayscale: #A5A5A5. Windows color (decimal): -9454646 or 13286255. OLE color: 13286255.

HSL color Cylindrical-coordinate representation of color #6FBBCA: hue angle of 189.89º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FBBCA is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111187202-
CMYK0.450.0700.21
HSL189.89º46.19%61.37%-
HSV(B)189.89º45.05%79.22%-
XYZ34.9943.1862.37-
YUV165.99148.3288.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.2%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=22.2%
G=37.4%
B=40.4%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111872020.450.0700.21189.8946.1961.37
Hex6FBBCA2D7015be2e3d
Octal1572733125570252765675
Binary1101111101110111100101010110111101010110111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,187,202); }

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

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

 a { background-color: rgb(111,187,202); }

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

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

 span { border-color: rgb(111,187,202); }

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