Html Css Color HEX #6EDCC6 Downy

📋 copy color: '#6EDCC6'

red 110 ◦ green 220 ◦ blue 198

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

Shades of Downy #6EDCC6

Tints of Downy #6EDCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.5%

R = 20.83%
G = 41.67%
B = 37.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#6EDCC6 (or 0x6EDCC6) is known color: Downy. HEX triplet: 6E, DC and C6. RGB value is (110,220,198). Sum of RGB (Red+Green+Blue) = 110+220+198=528 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.83% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCC6 is #912339. Grayscale: #B8B8B8. Windows color (decimal): -9511738 or 13032558. OLE color: 13032558.

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

Color convert

RGB 110 220 198 -
CMYK 0.50 0 0.1 0.14
HSL 168º 0.61% 0.65% -
HSV(B) 168º 0.5% 0.86% -
XYZ 42.22 58.58 62.51 -
YUV 184.6 135.56 74.79 -
System Red Green Blue C M Y K H S L
Decimal 110 220 198 0.50 0 0.1 0.14 168 0.61 0.65
Hex 6E DC C6 32 0 A E A8 3D 41
Octal 156 334 306 62 0 12 16 250 75 101
Binary 1101110 11011100 11000110 110010 0 1010 1110 10101000 111101 1000001

Color Harmonies of #6EDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCC6

Black with #6EDCC6

Text Example


Text Example

White with #6EDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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