Html Css Color HEX #6CDECC Downy

📋 copy color: '#6CDECC'

red 108 ◦ green 222 ◦ blue 204

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

Shades of Downy #6CDECC

Tints of Downy #6CDECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.57%

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

R = 20.22%
G = 41.57%
B = 38.2%

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

#6CDECC (or 0x6CDECC) is known color: Downy. HEX triplet: 6C, DE and CC. RGB value is (108,222,204). Sum of RGB (Red+Green+Blue) = 108+222+204=534 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.22% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDECC is #932133. Grayscale: #B9B9B9. Windows color (decimal): -9642292 or 13426284. OLE color: 13426284.

HSL color Cylindrical-coordinate representation of color #6CDECC: hue angle of 170.53º degrees, saturation: 0.63, 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 #6CDECC is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 222 204 -
CMYK 0.51 0 0.08 0.13
HSL 170.53º 0.63% 0.65% -
HSV(B) 170.53º 0.51% 0.87% -
XYZ 43.2 59.79 66.39 -
YUV 185.86 138.23 72.46 -
System Red Green Blue C M Y K H S L
Decimal 108 222 204 0.51 0 0.08 0.13 170.53 0.63 0.65
Hex 6C DE CC 33 0 8 D AB 3F 41
Octal 154 336 314 63 0 10 15 253 77 101
Binary 1101100 11011110 11001100 110011 0 1000 1101 10101011 111111 1000001

Color Harmonies of #6CDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDECC

Black with #6CDECC

Text Example


Text Example

White with #6CDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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