Html Css Color HEX #6EDABF Downy

📋 copy color: '#6EDABF'

red 110 ◦ green 218 ◦ blue 191

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

Shades of Downy #6EDABF

Tints of Downy #6EDABF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42%

 BLUE value IS 191 (75% from 255) = 36.8%

R = 21.19%
G = 42%
B = 36.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#6EDABF (or 0x6EDABF) is known color: Downy. HEX triplet: 6E, DA and BF. RGB value is (110,218,191). Sum of RGB (Red+Green+Blue) = 110+218+191=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDABF is #912540. Grayscale: #B6B6B6. Windows color (decimal): -9512257 or 12573294. OLE color: 12573294.

HSL color Cylindrical-coordinate representation of color #6EDABF: hue angle of 165º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDABF is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 218 191 -
CMYK 0.50 0 0.12 0.15
HSL 165º 0.59% 0.64% -
HSV(B) 165º 0.5% 0.85% -
XYZ 40.91 57.22 58.18 -
YUV 182.63 132.72 76.2 -
System Red Green Blue C M Y K H S L
Decimal 110 218 191 0.50 0 0.12 0.15 165 0.59 0.64
Hex 6E DA BF 32 0 C F A5 3B 40
Octal 156 332 277 62 0 14 17 245 73 100
Binary 1101110 11011010 10111111 110010 0 1100 1111 10100101 111011 1000000

Color Harmonies of #6EDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDABF

Black with #6EDABF

Text Example


Text Example

White with #6EDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,218,191); }

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

background-color css

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

 a { background-color: rgb(110,218,191); }

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

border-color css

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

 span { border-color: rgb(110,218,191); }

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