Html Css Color HEX #6ED8CD Downy

📋 copy color: '#6ED8CD'

red 110 ◦ green 216 ◦ blue 205

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

Shades of Downy #6ED8CD

Tints of Downy #6ED8CD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.68%

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

R = 20.72%
G = 40.68%
B = 38.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#6ED8CD (or 0x6ED8CD) is known color: Downy. HEX triplet: 6E, D8 and CD. RGB value is (110,216,205). Sum of RGB (Red+Green+Blue) = 110+216+205=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED8CD is #912732. Grayscale: #B6B6B6. Windows color (decimal): -9512755 or 13490286. OLE color: 13490286.

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

Color convert

RGB 110 216 205 -
CMYK 0.49 0 0.05 0.15
HSL 173.77º 0.58% 0.64% -
HSV(B) 173.77º 0.49% 0.85% -
XYZ 42.01 56.83 66.51 -
YUV 183.05 140.38 75.89 -
System Red Green Blue C M Y K H S L
Decimal 110 216 205 0.49 0 0.05 0.15 173.77 0.58 0.64
Hex 6E D8 CD 31 0 5 F AE 3A 40
Octal 156 330 315 61 0 5 17 256 72 100
Binary 1101110 11011000 11001101 110001 0 101 1111 10101110 111010 1000000

Color Harmonies of #6ED8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED8CD

Black with #6ED8CD

Text Example


Text Example

White with #6ED8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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