#6CBFCB

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

Shades of Seagull #6CBFCB

Tints of Seagull #6CBFCB

Color information

#6CBFCB (or 0x6CBFCB) is unknown color: approx Seagull. HEX triplet: 6C, BF and CB. RGB value is (108,191,203). Sum of RGB (Red+Green+Blue) = 108+191+203=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CBFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFCB is #934034. Grayscale: #A7A7A7. Windows color (decimal): -9650229 or 13352812. OLE color: 13352812.

HSL color Cylindrical-coordinate representation of color #6CBFCB: hue angle of 187.58º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CBFCB is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB108191203-
CMYK0.470.0600.20
HSL187.58º47.74%60.98%-
HSV(B)187.58º46.8%79.61%-
XYZ35.5944.7663.26-
YUV167.5514885.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.51%
GREEN value IS 191 (75% from 255) = 38.05%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=21.51%
G=38.05%
B=40.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1081912030.470.0600.20187.5847.7460.98
Hex6CBFCB2F6014bc303d
Octal1542773135760242746075
Binary1101100101111111100101110111111001010010111100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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