Html Css Color HEX #6DE5CE Downy

📋 copy color: '#6DE5CE'

red 109 ◦ green 229 ◦ blue 206

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

Shades of Downy #6DE5CE

Tints of Downy #6DE5CE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.1%

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 20.04%
G = 42.1%
B = 37.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#6DE5CE (or 0x6DE5CE) is known color: Downy. HEX triplet: 6D, E5 and CE. RGB value is (109,229,206). Sum of RGB (Red+Green+Blue) = 109+229+206=544 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20.04% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #6DE5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE5CE is #921A31. Grayscale: #BEBEBE. Windows color (decimal): -9574962 or 13559149. OLE color: 13559149.

HSL color Cylindrical-coordinate representation of color #6DE5CE: hue angle of 168.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE5CE is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 109 229 206 -
CMYK 0.52 0 0.10 0.10
HSL 168.5º 0.7% 0.66% -
HSV(B) 168.5º 0.52% 0.9% -
XYZ 45.47 63.75 68.3 -
YUV 190.5 136.74 69.87 -
System Red Green Blue C M Y K H S L
Decimal 109 229 206 0.52 0 0.10 0.10 168.5 0.7 0.66
Hex 6D E5 CE 34 0 A A A8 46 42
Octal 155 345 316 64 0 12 12 250 106 102
Binary 1101101 11100101 11001110 110100 0 1010 1010 10101000 1000110 1000010

Color Harmonies of #6DE5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE5CE

Black with #6DE5CE

Text Example


Text Example

White with #6DE5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,229,206); }

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

background-color css

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

 a { background-color: rgb(109,229,206); }

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

border-color css

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

 span { border-color: rgb(109,229,206); }

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