Html Css Color HEX #6DDEC8 Downy

📋 copy color: '#6DDEC8'

red 109 ◦ green 222 ◦ blue 200

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

Shades of Downy #6DDEC8

Tints of Downy #6DDEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 20.53%
G = 41.81%
B = 37.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#6DDEC8 (or 0x6DDEC8) is known color: Downy. HEX triplet: 6D, DE and C8. RGB value is (109,222,200). Sum of RGB (Red+Green+Blue) = 109+222+200=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEC8 is #922137. Grayscale: #B9B9B9. Windows color (decimal): -9576760 or 13164141. OLE color: 13164141.

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

Color convert

RGB 109 222 200 -
CMYK 0.51 0 0.10 0.13
HSL 168.32º 0.63% 0.65% -
HSV(B) 168.32º 0.51% 0.87% -
XYZ 42.85 59.66 63.9 -
YUV 185.71 136.06 73.29 -
System Red Green Blue C M Y K H S L
Decimal 109 222 200 0.51 0 0.10 0.13 168.32 0.63 0.65
Hex 6D DE C8 33 0 A D A8 3F 41
Octal 155 336 310 63 0 12 15 250 77 101
Binary 1101101 11011110 11001000 110011 0 1010 1101 10101000 111111 1000001

Color Harmonies of #6DDEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDEC8

Black with #6DDEC8

Text Example


Text Example

White with #6DDEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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