#6CC6CE

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

Shades of Seagull #6CC6CE

Tints of Seagull #6CC6CE

Color information

#6CC6CE (or 0x6CC6CE) is unknown color: approx Seagull. HEX triplet: 6C, C6 and CE. RGB value is (108,198,206). Sum of RGB (Red+Green+Blue) = 108+198+206=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CC6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC6CE is #933931. Grayscale: #ABABAB. Windows color (decimal): -9648434 or 13551212. OLE color: 13551212.

HSL color Cylindrical-coordinate representation of color #6CC6CE: hue angle of 184.9º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CC6CE is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108198206-
CMYK0.480.0400.19
HSL184.9º50%61.57%-
HSV(B)184.9º47.57%80.78%-
XYZ37.5248.0365.69-
YUV172147.1882.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.09%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=21.09%
G=38.67%
B=40.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081982060.480.0400.19184.95061.57
Hex6CC6CE304013b9323e
Octal1543063166040232716276
Binary1101100110001101100111011000010001001110111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,198,206); }

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

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

 a { background-color: rgb(108,198,206); }

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

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

 span { border-color: rgb(108,198,206); }

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