Html Css Color HEX #6EDCC1 Downy

📋 copy color: '#6EDCC1'

red 110 ◦ green 220 ◦ blue 193

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

Shades of Downy #6EDCC1

Tints of Downy #6EDCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.07%

 BLUE value IS 193 (75.78% from 255) = 36.9%

R = 21.03%
G = 42.07%
B = 36.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#6EDCC1 (or 0x6EDCC1) is known color: Downy. HEX triplet: 6E, DC and C1. RGB value is (110,220,193). Sum of RGB (Red+Green+Blue) = 110+220+193=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCC1 is #91233E. Grayscale: #B8B8B8. Windows color (decimal): -9511743 or 12704878. OLE color: 12704878.

HSL color Cylindrical-coordinate representation of color #6EDCC1: hue angle of 165.27º degrees, saturation: 0.61, 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 #6EDCC1 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 193 -
CMYK 0.50 0 0.12 0.14
HSL 165.27º 0.61% 0.65% -
HSV(B) 165.27º 0.5% 0.86% -
XYZ 41.65 58.35 59.52 -
YUV 184.03 133.06 75.2 -
System Red Green Blue C M Y K H S L
Decimal 110 220 193 0.50 0 0.12 0.14 165.27 0.61 0.65
Hex 6E DC C1 32 0 C E A5 3D 41
Octal 156 334 301 62 0 14 16 245 75 101
Binary 1101110 11011100 11000001 110010 0 1100 1110 10100101 111101 1000001

Color Harmonies of #6EDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCC1

Black with #6EDCC1

Text Example


Text Example

White with #6EDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,220,193); }

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

background-color css

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

 a { background-color: rgb(110,220,193); }

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

border-color css

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

 span { border-color: rgb(110,220,193); }

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