Html Css Color HEX #6ED9CC Downy

📋 copy color: '#6ED9CC'

red 110 ◦ green 217 ◦ blue 204

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

Shades of Downy #6ED9CC

Tints of Downy #6ED9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.87%

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

R = 20.72%
G = 40.87%
B = 38.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#6ED9CC (or 0x6ED9CC) is known color: Downy. HEX triplet: 6E, D9 and CC. RGB value is (110,217,204). Sum of RGB (Red+Green+Blue) = 110+217+204=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED9CC is #912633. Grayscale: #B7B7B7. Windows color (decimal): -9512500 or 13425006. OLE color: 13425006.

HSL color Cylindrical-coordinate representation of color #6ED9CC: hue angle of 172.71º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED9CC is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 217 204 -
CMYK 0.49 0 0.06 0.15
HSL 172.71º 0.58% 0.64% -
HSV(B) 172.71º 0.49% 0.85% -
XYZ 42.14 57.3 65.97 -
YUV 183.53 139.55 75.56 -
System Red Green Blue C M Y K H S L
Decimal 110 217 204 0.49 0 0.06 0.15 172.71 0.58 0.64
Hex 6E D9 CC 31 0 6 F AD 3A 40
Octal 156 331 314 61 0 6 17 255 72 100
Binary 1101110 11011001 11001100 110001 0 110 1111 10101101 111010 1000000

Color Harmonies of #6ED9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED9CC

Black with #6ED9CC

Text Example


Text Example

White with #6ED9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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