Html Css Color HEX #6EDACC Downy

📋 copy color: '#6EDACC'

red 110 ◦ green 218 ◦ blue 204

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

Shades of Downy #6EDACC

Tints of Downy #6EDACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 20.68%
G = 40.98%
B = 38.35%

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

#6EDACC (or 0x6EDACC) is known color: Downy. HEX triplet: 6E, DA and CC. RGB value is (110,218,204). Sum of RGB (Red+Green+Blue) = 110+218+204=532 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.68% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDACC is #912533. Grayscale: #B8B8B8. Windows color (decimal): -9512244 or 13425262. OLE color: 13425262.

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

Color convert

RGB 110 218 204 -
CMYK 0.50 0 0.06 0.15
HSL 172.22º 0.59% 0.64% -
HSV(B) 172.22º 0.5% 0.85% -
XYZ 42.4 57.82 66.05 -
YUV 184.11 139.22 75.14 -
System Red Green Blue C M Y K H S L
Decimal 110 218 204 0.50 0 0.06 0.15 172.22 0.59 0.64
Hex 6E DA CC 32 0 6 F AC 3B 40
Octal 156 332 314 62 0 6 17 254 73 100
Binary 1101110 11011010 11001100 110010 0 110 1111 10101100 111011 1000000

Color Harmonies of #6EDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDACC

Black with #6EDACC

Text Example


Text Example

White with #6EDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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