Html Css Color HEX #6ED3BB Downy

📋 copy color: '#6ED3BB'

red 110 ◦ green 211 ◦ blue 187

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

Shades of Downy #6ED3BB

Tints of Downy #6ED3BB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.54%

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 21.65%
G = 41.54%
B = 36.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#6ED3BB (or 0x6ED3BB) is known color: Downy. HEX triplet: 6E, D3 and BB. RGB value is (110,211,187). Sum of RGB (Red+Green+Blue) = 110+211+187=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #6ED3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED3BB is #912C44. Grayscale: #B2B2B2. Windows color (decimal): -9514053 or 12309358. OLE color: 12309358.

HSL color Cylindrical-coordinate representation of color #6ED3BB: hue angle of 165.74º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED3BB is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 110 211 187 -
CMYK 0.48 0 0.11 0.17
HSL 165.74º 0.53% 0.63% -
HSV(B) 165.74º 0.48% 0.83% -
XYZ 38.69 53.49 55.3 -
YUV 178.07 133.04 79.45 -
System Red Green Blue C M Y K H S L
Decimal 110 211 187 0.48 0 0.11 0.17 165.74 0.53 0.63
Hex 6E D3 BB 30 0 B 11 A6 35 3F
Octal 156 323 273 60 0 13 21 246 65 77
Binary 1101110 11010011 10111011 110000 0 1011 10001 10100110 110101 111111

Color Harmonies of #6ED3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED3BB

Black with #6ED3BB

Text Example


Text Example

White with #6ED3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,211,187); }

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

background-color css

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

 a { background-color: rgb(110,211,187); }

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

border-color css

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

 span { border-color: rgb(110,211,187); }

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