Html Css Color HEX #6ED5CC Downy

📋 copy color: '#6ED5CC'

red 110 ◦ green 213 ◦ blue 204

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

Shades of Downy #6ED5CC

Tints of Downy #6ED5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.42%

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

R = 20.87%
G = 40.42%
B = 38.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#6ED5CC (or 0x6ED5CC) is known color: Downy. HEX triplet: 6E, D5 and CC. RGB value is (110,213,204). Sum of RGB (Red+Green+Blue) = 110+213+204=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED5CC is #912A33. Grayscale: #B5B5B5. Windows color (decimal): -9513524 or 13423982. OLE color: 13423982.

HSL color Cylindrical-coordinate representation of color #6ED5CC: hue angle of 174.76º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED5CC is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 213 204 -
CMYK 0.48 0 0.04 0.16
HSL 174.76º 0.55% 0.63% -
HSV(B) 174.76º 0.48% 0.84% -
XYZ 41.12 55.26 65.63 -
YUV 181.18 140.88 77.23 -
System Red Green Blue C M Y K H S L
Decimal 110 213 204 0.48 0 0.04 0.16 174.76 0.55 0.63
Hex 6E D5 CC 30 0 4 10 AF 37 3F
Octal 156 325 314 60 0 4 20 257 67 77
Binary 1101110 11010101 11001100 110000 0 100 10000 10101111 110111 111111

Color Harmonies of #6ED5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED5CC

Black with #6ED5CC

Text Example


Text Example

White with #6ED5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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