Html Css Color HEX #6CD2CC Downy

📋 copy color: '#6CD2CC'

red 108 ◦ green 210 ◦ blue 204

#6CD2CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #6CD2CC

Tints of Downy #6CD2CC

RGB

 RED value IS 108 (42.58% from 255) = 20.69%

 GREEN value IS 210 (82.42% from 255) = 40.23%

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 20.69%
G = 40.23%
B = 39.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#6CD2CC (or 0x6CD2CC) is known color: Downy. HEX triplet: 6C, D2 and CC. RGB value is (108,210,204). Sum of RGB (Red+Green+Blue) = 108+210+204=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD2CC is #932D33. Grayscale: #B2B2B2. Windows color (decimal): -9645364 or 13423212. OLE color: 13423212.

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

Color convert

RGB 108 210 204 -
CMYK 0.49 0 0.03 0.18
HSL 176.47º 0.53% 0.62% -
HSV(B) 176.47º 0.49% 0.82% -
XYZ 40.13 53.64 65.37 -
YUV 178.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 108 210 204 0.49 0 0.03 0.18 176.47 0.53 0.62
Hex 6C D2 CC 31 0 3 12 B0 35 3E
Octal 154 322 314 61 0 3 22 260 65 76
Binary 1101100 11010010 11001100 110001 0 11 10010 10110000 110101 111110

Color Harmonies of #6CD2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD2CC

Black with #6CD2CC

Text Example


Text Example

White with #6CD2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6CD2CC;
 }
 .AnyTagClassName
 {
   color: #6CD2CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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