Html Css Color HEX #6EDACD Downy

📋 copy color: '#6EDACD'

red 110 ◦ green 218 ◦ blue 205

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

Shades of Downy #6EDACD

Tints of Downy #6EDACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 20.64%
G = 40.9%
B = 38.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#6EDACD (or 0x6EDACD) is known color: Downy. HEX triplet: 6E, DA and CD. RGB value is (110,218,205). Sum of RGB (Red+Green+Blue) = 110+218+205=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDACD is #912532. Grayscale: #B8B8B8. Windows color (decimal): -9512243 or 13490798. OLE color: 13490798.

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

Color convert

RGB 110 218 205 -
CMYK 0.50 0 0.06 0.15
HSL 172.78º 0.59% 0.64% -
HSV(B) 172.78º 0.5% 0.85% -
XYZ 42.52 57.87 66.69 -
YUV 184.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 110 218 205 0.50 0 0.06 0.15 172.78 0.59 0.64
Hex 6E DA CD 32 0 6 F AD 3B 40
Octal 156 332 315 62 0 6 17 255 73 100
Binary 1101110 11011010 11001101 110010 0 110 1111 10101101 111011 1000000

Color Harmonies of #6EDACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDACD

Black with #6EDACD

Text Example


Text Example

White with #6EDACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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