Html Css Color HEX #6EDBD0 Downy

📋 copy color: '#6EDBD0'

red 110 ◦ green 219 ◦ blue 208

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

Shades of Downy #6EDBD0

Tints of Downy #6EDBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 20.48%
G = 40.78%
B = 38.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#6EDBD0 (or 0x6EDBD0) is known color: Downy. HEX triplet: 6E, DB and D0. RGB value is (110,219,208). Sum of RGB (Red+Green+Blue) = 110+219+208=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBD0 is #91242F. Grayscale: #B9B9B9. Windows color (decimal): -9511984 or 13687662. OLE color: 13687662.

HSL color Cylindrical-coordinate representation of color #6EDBD0: hue angle of 173.94º 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 #6EDBD0 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 219 208 -
CMYK 0.50 0 0.05 0.14
HSL 173.95º 0.6% 0.65% -
HSV(B) 173.95º 0.5% 0.86% -
XYZ 43.15 58.53 68.7 -
YUV 185.16 140.89 74.39 -
System Red Green Blue C M Y K H S L
Decimal 110 219 208 0.50 0 0.05 0.14 173.95 0.6 0.65
Hex 6E DB D0 32 0 5 E AE 3C 41
Octal 156 333 320 62 0 5 16 256 74 101
Binary 1101110 11011011 11010000 110010 0 101 1110 10101110 111100 1000001

Color Harmonies of #6EDBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBD0

Black with #6EDBD0

Text Example


Text Example

White with #6EDBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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