Html Css Color HEX #6ED0BE Downy

📋 copy color: '#6ED0BE'

red 110 ◦ green 208 ◦ blue 190

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

Shades of Downy #6ED0BE

Tints of Downy #6ED0BE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.94%

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 21.65%
G = 40.94%
B = 37.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#6ED0BE (or 0x6ED0BE) is known color: Downy. HEX triplet: 6E, D0 and BE. RGB value is (110,208,190). Sum of RGB (Red+Green+Blue) = 110+208+190=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED0BE is #912F41. Grayscale: #B0B0B0. Windows color (decimal): -9514818 or 12505198. OLE color: 12505198.

HSL color Cylindrical-coordinate representation of color #6ED0BE: hue angle of 168.98º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED0BE is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 208 190 -
CMYK 0.47 0 0.09 0.18
HSL 168.98º 0.51% 0.62% -
HSV(B) 168.98º 0.47% 0.82% -
XYZ 38.28 52.14 56.76 -
YUV 176.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 110 208 190 0.47 0 0.09 0.18 168.98 0.51 0.62
Hex 6E D0 BE 2F 0 9 12 A9 33 3E
Octal 156 320 276 57 0 11 22 251 63 76
Binary 1101110 11010000 10111110 101111 0 1001 10010 10101001 110011 111110

Color Harmonies of #6ED0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED0BE

Black with #6ED0BE

Text Example


Text Example

White with #6ED0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,208,190); }

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

background-color css

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

 a { background-color: rgb(110,208,190); }

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

border-color css

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

 span { border-color: rgb(110,208,190); }

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