Html Css Color HEX #6EDAC6 Downy

📋 copy color: '#6EDAC6'

red 110 ◦ green 218 ◦ blue 198

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

Shades of Downy #6EDAC6

Tints of Downy #6EDAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.64%

R = 20.91%
G = 41.44%
B = 37.64%

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

#6EDAC6 (or 0x6EDAC6) is known color: Downy. HEX triplet: 6E, DA and C6. RGB value is (110,218,198). Sum of RGB (Red+Green+Blue) = 110+218+198=526 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.91% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAC6 is #912539. Grayscale: #B7B7B7. Windows color (decimal): -9512250 or 13032046. OLE color: 13032046.

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

Color convert

RGB 110 218 198 -
CMYK 0.50 0 0.09 0.15
HSL 168.89º 0.59% 0.64% -
HSV(B) 168.89º 0.5% 0.85% -
XYZ 41.69 57.54 62.33 -
YUV 183.43 136.22 75.63 -
System Red Green Blue C M Y K H S L
Decimal 110 218 198 0.50 0 0.09 0.15 168.89 0.59 0.64
Hex 6E DA C6 32 0 9 F A9 3B 40
Octal 156 332 306 62 0 11 17 251 73 100
Binary 1101110 11011010 11000110 110010 0 1001 1111 10101001 111011 1000000

Color Harmonies of #6EDAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDAC6

Black with #6EDAC6

Text Example


Text Example

White with #6EDAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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