#6CC4D0

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

Shades of Seagull #6CC4D0

Tints of Seagull #6CC4D0

Color information

#6CC4D0 (or 0x6CC4D0) is unknown color: approx Seagull. HEX triplet: 6C, C4 and D0. RGB value is (108,196,208). Sum of RGB (Red+Green+Blue) = 108+196+208=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #6CC4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC4D0 is #933B2F. Grayscale: #AAAAAA. Windows color (decimal): -9648944 or 13681772. OLE color: 13681772.

HSL color Cylindrical-coordinate representation of color #6CC4D0: hue angle of 187.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CC4D0 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB108196208-
CMYK0.480.0600.18
HSL187.2º51.55%61.96%-
HSV(B)187.2º48.08%81.57%-
XYZ37.3147.2266.82-
YUV171.06148.8583.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.09%
GREEN value IS 196 (76.95% from 255) = 38.28%
BLUE value IS 208 (81.64% from 255) = 40.62%
R=21.09%
G=38.28%
B=40.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1081962080.480.0600.18187.251.5561.96
Hex6CC4D0306012bb343e
Octal1543043206060222736476
Binary1101100110001001101000011000011001001010111011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,196,208); }

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

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

 a { background-color: rgb(108,196,208); }

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

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

 span { border-color: rgb(108,196,208); }

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