Html Css Color HEX #6EDAC9 Downy

📋 copy color: '#6EDAC9'

red 110 ◦ green 218 ◦ blue 201

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

Shades of Downy #6EDAC9

Tints of Downy #6EDAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 20.79%
G = 41.21%
B = 38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#6EDAC9 (or 0x6EDAC9) is known color: Downy. HEX triplet: 6E, DA and C9. RGB value is (110,218,201). Sum of RGB (Red+Green+Blue) = 110+218+201=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAC9 is #912536. Grayscale: #B7B7B7. Windows color (decimal): -9512247 or 13228654. OLE color: 13228654.

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

Color convert

RGB 110 218 201 -
CMYK 0.50 0 0.08 0.15
HSL 170.56º 0.59% 0.64% -
HSV(B) 170.56º 0.5% 0.85% -
XYZ 42.04 57.67 64.17 -
YUV 183.77 137.72 75.38 -
System Red Green Blue C M Y K H S L
Decimal 110 218 201 0.50 0 0.08 0.15 170.56 0.59 0.64
Hex 6E DA C9 32 0 8 F AB 3B 40
Octal 156 332 311 62 0 10 17 253 73 100
Binary 1101110 11011010 11001001 110010 0 1000 1111 10101011 111011 1000000

Color Harmonies of #6EDAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDAC9

Black with #6EDAC9

Text Example


Text Example

White with #6EDAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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