Html Css Color HEX #6EDBCD Downy

📋 copy color: '#6EDBCD'

red 110 ◦ green 219 ◦ blue 205

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

Shades of Downy #6EDBCD

Tints of Downy #6EDBCD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.01%

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

R = 20.6%
G = 41.01%
B = 38.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#6EDBCD (or 0x6EDBCD) is known color: Downy. HEX triplet: 6E, DB and CD. RGB value is (110,219,205). Sum of RGB (Red+Green+Blue) = 110+219+205=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBCD is #912432. Grayscale: #B8B8B8. Windows color (decimal): -9511987 or 13491054. OLE color: 13491054.

HSL color Cylindrical-coordinate representation of color #6EDBCD: hue angle of 172.29º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBCD is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 219 205 -
CMYK 0.50 0 0.06 0.14
HSL 172.29º 0.6% 0.65% -
HSV(B) 172.29º 0.5% 0.86% -
XYZ 42.78 58.39 66.77 -
YUV 184.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 110 219 205 0.50 0 0.06 0.14 172.29 0.6 0.65
Hex 6E DB CD 32 0 6 E AC 3C 41
Octal 156 333 315 62 0 6 16 254 74 101
Binary 1101110 11011011 11001101 110010 0 110 1110 10101100 111100 1000001

Color Harmonies of #6EDBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBCD

Black with #6EDBCD

Text Example


Text Example

White with #6EDBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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