Html Css Color HEX #6DDEC0 Downy

📋 copy color: '#6DDEC0'

red 109 ◦ green 222 ◦ blue 192

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

Shades of Downy #6DDEC0

Tints of Downy #6DDEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.71%

R = 20.84%
G = 42.45%
B = 36.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#6DDEC0 (or 0x6DDEC0) is known color: Downy. HEX triplet: 6D, DE and C0. RGB value is (109,222,192). Sum of RGB (Red+Green+Blue) = 109+222+192=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEC0 is #92213F. Grayscale: #B8B8B8. Windows color (decimal): -9576768 or 12639853. OLE color: 12639853.

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

Color convert

RGB 109 222 192 -
CMYK 0.51 0 0.14 0.13
HSL 164.07º 0.63% 0.65% -
HSV(B) 164.07º 0.51% 0.87% -
XYZ 41.94 59.3 59.1 -
YUV 184.79 132.06 73.94 -
System Red Green Blue C M Y K H S L
Decimal 109 222 192 0.51 0 0.14 0.13 164.07 0.63 0.65
Hex 6D DE C0 33 0 E D A4 3F 41
Octal 155 336 300 63 0 16 15 244 77 101
Binary 1101101 11011110 11000000 110011 0 1110 1101 10100100 111111 1000001

Color Harmonies of #6DDEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDEC0

Black with #6DDEC0

Text Example


Text Example

White with #6DDEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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