Html Css Color HEX #6EDEB7 Downy

📋 copy color: '#6EDEB7'

red 110 ◦ green 222 ◦ blue 183

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

Shades of Downy #6EDEB7

Tints of Downy #6EDEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.53%

R = 21.36%
G = 43.11%
B = 35.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#6EDEB7 (or 0x6EDEB7) is known color: Downy. HEX triplet: 6E, DE and B7. RGB value is (110,222,183). Sum of RGB (Red+Green+Blue) = 110+222+183=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDEB7 is #912148. Grayscale: #B8B8B8. Windows color (decimal): -9511241 or 12050030. OLE color: 12050030.

HSL color Cylindrical-coordinate representation of color #6EDEB7: hue angle of 159.11º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDEB7 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 222 183 -
CMYK 0.50 0 0.18 0.13
HSL 159.11º 0.63% 0.65% -
HSV(B) 159.11º 0.5% 0.87% -
XYZ 41.1 58.98 54.02 -
YUV 184.07 127.39 75.17 -
System Red Green Blue C M Y K H S L
Decimal 110 222 183 0.50 0 0.18 0.13 159.11 0.63 0.65
Hex 6E DE B7 32 0 12 D 9F 3F 41
Octal 156 336 267 62 0 22 15 237 77 101
Binary 1101110 11011110 10110111 110010 0 10010 1101 10011111 111111 1000001

Color Harmonies of #6EDEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDEB7

Black with #6EDEB7

Text Example


Text Example

White with #6EDEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,222,183); }

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

background-color css

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

 a { background-color: rgb(110,222,183); }

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

border-color css

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

 span { border-color: rgb(110,222,183); }

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