Html Css Color HEX #6DDECC Downy

📋 copy color: '#6DDECC'

red 109 ◦ green 222 ◦ blue 204

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

Shades of Downy #6DDECC

Tints of Downy #6DDECC

RGB

 RED value IS 109 (42.97% from 255) = 20.37%

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

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

R = 20.37%
G = 41.5%
B = 38.13%

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

#6DDECC (or 0x6DDECC) is known color: Downy. HEX triplet: 6D, DE and CC. RGB value is (109,222,204). Sum of RGB (Red+Green+Blue) = 109+222+204=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDECC is #922133. Grayscale: #BABABA. Windows color (decimal): -9576756 or 13426285. OLE color: 13426285.

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

Color convert

RGB 109 222 204 -
CMYK 0.51 0 0.08 0.13
HSL 170.44º 0.63% 0.65% -
HSV(B) 170.44º 0.51% 0.87% -
XYZ 43.33 59.85 66.4 -
YUV 186.16 138.06 72.96 -
System Red Green Blue C M Y K H S L
Decimal 109 222 204 0.51 0 0.08 0.13 170.44 0.63 0.65
Hex 6D DE CC 33 0 8 D AA 3F 41
Octal 155 336 314 63 0 10 15 252 77 101
Binary 1101101 11011110 11001100 110011 0 1000 1101 10101010 111111 1000001

Color Harmonies of #6DDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDECC

Black with #6DDECC

Text Example


Text Example

White with #6DDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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