#6CD0CC

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

Shades of Downy #6CD0CC

Tints of Downy #6CD0CC

Color information

#6CD0CC (or 0x6CD0CC) is unknown color: approx Downy. HEX triplet: 6C, D0 and CC. RGB value is (108,208,204). Sum of RGB (Red+Green+Blue) = 108+208+204=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD0CC is #932F33. Grayscale: #B1B1B1. Windows color (decimal): -9645876 or 13422700. OLE color: 13422700.

HSL color Cylindrical-coordinate representation of color #6CD0CC: hue angle of 177.6º 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 #6CD0CC is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB108208204-
CMYK0.4800.020.18
HSL177.6º51.55%61.96%-
HSV(B)177.6º48.08%81.57%-
XYZ39.6452.6665.2-
YUV177.64142.8778.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.77%
GREEN value IS 208 (81.64% from 255) = 40%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=20.77%
G=40%
B=39.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082082040.4800.020.18177.651.5561.96
Hex6CD0CC300212b2343e
Octal1543203146002222626476
Binary110110011010000110011001100000101001010110010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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