Html Css Color HEX #6EE1CE Downy

📋 copy color: '#6EE1CE'

red 110 ◦ green 225 ◦ blue 206

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

Shades of Downy #6EE1CE

Tints of Downy #6EE1CE

RGB

 RED value IS 110 (43.36% from 255) = 20.33%

 GREEN value IS 225 (88.28% from 255) = 41.59%

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

R = 20.33%
G = 41.59%
B = 38.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#6EE1CE (or 0x6EE1CE) is known color: Downy. HEX triplet: 6E, E1 and CE. RGB value is (110,225,206). Sum of RGB (Red+Green+Blue) = 110+225+206=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE1CE is #911E31. Grayscale: #BCBCBC. Windows color (decimal): -9510450 or 13558126. OLE color: 13558126.

HSL color Cylindrical-coordinate representation of color #6EE1CE: hue angle of 170.09º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE1CE is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 110 225 206 -
CMYK 0.51 0 0.08 0.12
HSL 170.09º 0.66% 0.66% -
HSV(B) 170.09º 0.51% 0.88% -
XYZ 44.5 61.62 67.94 -
YUV 188.45 137.9 72.04 -
System Red Green Blue C M Y K H S L
Decimal 110 225 206 0.51 0 0.08 0.12 170.09 0.66 0.66
Hex 6E E1 CE 33 0 8 C AA 42 42
Octal 156 341 316 63 0 10 14 252 102 102
Binary 1101110 11100001 11001110 110011 0 1000 1100 10101010 1000010 1000010

Color Harmonies of #6EE1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE1CE

Black with #6EE1CE

Text Example


Text Example

White with #6EE1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,225,206); }

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

background-color css

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

 a { background-color: rgb(110,225,206); }

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

border-color css

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

 span { border-color: rgb(110,225,206); }

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