Html Css Color HEX #6EDAC2 Downy

📋 copy color: '#6EDAC2'

red 110 ◦ green 218 ◦ blue 194

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

Shades of Downy #6EDAC2

Tints of Downy #6EDAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.16%

R = 21.07%
G = 41.76%
B = 37.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#6EDAC2 (or 0x6EDAC2) is known color: Downy. HEX triplet: 6E, DA and C2. RGB value is (110,218,194). Sum of RGB (Red+Green+Blue) = 110+218+194=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAC2 is #91253D. Grayscale: #B6B6B6. Windows color (decimal): -9512254 or 12769902. OLE color: 12769902.

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

Color convert

RGB 110 218 194 -
CMYK 0.50 0 0.11 0.15
HSL 166.67º 0.59% 0.64% -
HSV(B) 166.67º 0.5% 0.85% -
XYZ 41.24 57.35 59.94 -
YUV 182.97 134.22 75.95 -
System Red Green Blue C M Y K H S L
Decimal 110 218 194 0.50 0 0.11 0.15 166.67 0.59 0.64
Hex 6E DA C2 32 0 B F A7 3B 40
Octal 156 332 302 62 0 13 17 247 73 100
Binary 1101110 11011010 11000010 110010 0 1011 1111 10100111 111011 1000000

Color Harmonies of #6EDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDAC2

Black with #6EDAC2

Text Example


Text Example

White with #6EDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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