Html Css Color HEX #6EDAC5 Downy

📋 copy color: '#6EDAC5'

red 110 ◦ green 218 ◦ blue 197

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

Shades of Downy #6EDAC5

Tints of Downy #6EDAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.52%

R = 20.95%
G = 41.52%
B = 37.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#6EDAC5 (or 0x6EDAC5) is known color: Downy. HEX triplet: 6E, DA and C5. RGB value is (110,218,197). Sum of RGB (Red+Green+Blue) = 110+218+197=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAC5 is #91253A. Grayscale: #B7B7B7. Windows color (decimal): -9512251 or 12966510. OLE color: 12966510.

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

Color convert

RGB 110 218 197 -
CMYK 0.50 0 0.10 0.15
HSL 168.33º 0.59% 0.64% -
HSV(B) 168.33º 0.5% 0.85% -
XYZ 41.58 57.49 61.73 -
YUV 183.31 135.72 75.71 -
System Red Green Blue C M Y K H S L
Decimal 110 218 197 0.50 0 0.10 0.15 168.33 0.59 0.64
Hex 6E DA C5 32 0 A F A8 3B 40
Octal 156 332 305 62 0 12 17 250 73 100
Binary 1101110 11011010 11000101 110010 0 1010 1111 10101000 111011 1000000

Color Harmonies of #6EDAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDAC5

Black with #6EDAC5

Text Example


Text Example

White with #6EDAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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