#6CBFCA

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

Shades of Seagull #6CBFCA

Tints of Seagull #6CBFCA

Color information

#6CBFCA (or 0x6CBFCA) is unknown color: approx Seagull. HEX triplet: 6C, BF and CA. RGB value is (108,191,202). Sum of RGB (Red+Green+Blue) = 108+191+202=501 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.56% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CBFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFCA is #934035. Grayscale: #A7A7A7. Windows color (decimal): -9650230 or 13287276. OLE color: 13287276.

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

Color convert

RGB108191202-
CMYK0.470.0500.21
HSL187.02º47%60.78%-
HSV(B)187.02º46.53%79.22%-
XYZ35.4844.7162.64-
YUV167.44147.585.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.56%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=21.56%
G=38.12%
B=40.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1081912020.470.0500.21187.024760.78
Hex6CBFCA2F5015bb2f3d
Octal1542773125750252735775
Binary1101100101111111100101010111110101010110111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,191,202); }

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

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

 a { background-color: rgb(108,191,202); }

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

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

 span { border-color: rgb(108,191,202); }

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