Html Css Color HEX #6EDBBD Downy

📋 copy color: '#6EDBBD'

red 110 ◦ green 219 ◦ blue 189

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

Shades of Downy #6EDBBD

Tints of Downy #6EDBBD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.28%

 BLUE value IS 189 (74.22% from 255) = 36.49%

R = 21.24%
G = 42.28%
B = 36.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#6EDBBD (or 0x6EDBBD) is known color: Downy. HEX triplet: 6E, DB and BD. RGB value is (110,219,189). Sum of RGB (Red+Green+Blue) = 110+219+189=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBBD is #912442. Grayscale: #B6B6B6. Windows color (decimal): -9512003 or 12442478. OLE color: 12442478.

HSL color Cylindrical-coordinate representation of color #6EDBBD: hue angle of 163.49º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBBD is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 219 189 -
CMYK 0.50 0 0.14 0.14
HSL 163.49º 0.6% 0.65% -
HSV(B) 163.49º 0.5% 0.86% -
XYZ 40.95 57.65 57.11 -
YUV 182.99 131.39 75.94 -
System Red Green Blue C M Y K H S L
Decimal 110 219 189 0.50 0 0.14 0.14 163.49 0.6 0.65
Hex 6E DB BD 32 0 E E A3 3C 41
Octal 156 333 275 62 0 16 16 243 74 101
Binary 1101110 11011011 10111101 110010 0 1110 1110 10100011 111100 1000001

Color Harmonies of #6EDBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBBD

Black with #6EDBBD

Text Example


Text Example

White with #6EDBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,219,189); }

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

background-color css

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

 a { background-color: rgb(110,219,189); }

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

border-color css

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

 span { border-color: rgb(110,219,189); }

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