Html Css Color HEX #6CDDCC Downy

📋 copy color: '#6CDDCC'

red 108 ◦ green 221 ◦ blue 204

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

Shades of Downy #6CDDCC

Tints of Downy #6CDDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.46%

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

R = 20.26%
G = 41.46%
B = 38.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#6CDDCC (or 0x6CDDCC) is known color: Downy. HEX triplet: 6C, DD and CC. RGB value is (108,221,204). Sum of RGB (Red+Green+Blue) = 108+221+204=533 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.26% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDCC is #932233. Grayscale: #B9B9B9. Windows color (decimal): -9642548 or 13426028. OLE color: 13426028.

HSL color Cylindrical-coordinate representation of color #6CDDCC: hue angle of 170.97º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDDCC is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 221 204 -
CMYK 0.51 0 0.08 0.13
HSL 170.97º 0.62% 0.65% -
HSV(B) 170.97º 0.51% 0.87% -
XYZ 42.94 59.26 66.3 -
YUV 185.28 138.56 72.88 -
System Red Green Blue C M Y K H S L
Decimal 108 221 204 0.51 0 0.08 0.13 170.97 0.62 0.65
Hex 6C DD CC 33 0 8 D AB 3E 41
Octal 154 335 314 63 0 10 15 253 76 101
Binary 1101100 11011101 11001100 110011 0 1000 1101 10101011 111110 1000001

Color Harmonies of #6CDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDCC

Black with #6CDDCC

Text Example


Text Example

White with #6CDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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