Html Css Color HEX #6EDAC7 Downy

📋 copy color: '#6EDAC7'

red 110 ◦ green 218 ◦ blue 199

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

Shades of Downy #6EDAC7

Tints of Downy #6EDAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.76%

R = 20.87%
G = 41.37%
B = 37.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#6EDAC7 (or 0x6EDAC7) is known color: Downy. HEX triplet: 6E, DA and C7. RGB value is (110,218,199). Sum of RGB (Red+Green+Blue) = 110+218+199=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAC7 is #912538. Grayscale: #B7B7B7. Windows color (decimal): -9512249 or 13097582. OLE color: 13097582.

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

Color convert

RGB 110 218 199 -
CMYK 0.50 0 0.09 0.15
HSL 169.44º 0.59% 0.64% -
HSV(B) 169.44º 0.5% 0.85% -
XYZ 41.81 57.58 62.94 -
YUV 183.54 136.72 75.54 -
System Red Green Blue C M Y K H S L
Decimal 110 218 199 0.50 0 0.09 0.15 169.44 0.59 0.64
Hex 6E DA C7 32 0 9 F A9 3B 40
Octal 156 332 307 62 0 11 17 251 73 100
Binary 1101110 11011010 11000111 110010 0 1001 1111 10101001 111011 1000000

Color Harmonies of #6EDAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDAC7

Black with #6EDAC7

Text Example


Text Example

White with #6EDAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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