Html Css Color HEX #6EDCCB Downy

📋 copy color: '#6EDCCB'

red 110 ◦ green 220 ◦ blue 203

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

Shades of Downy #6EDCCB

Tints of Downy #6EDCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 20.64%
G = 41.28%
B = 38.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#6EDCCB (or 0x6EDCCB) is known color: Downy. HEX triplet: 6E, DC and CB. RGB value is (110,220,203). Sum of RGB (Red+Green+Blue) = 110+220+203=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCCB is #912334. Grayscale: #B9B9B9. Windows color (decimal): -9511733 or 13360238. OLE color: 13360238.

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

Color convert

RGB 110 220 203 -
CMYK 0.50 0 0.08 0.14
HSL 170.73º 0.61% 0.65% -
HSV(B) 170.73º 0.5% 0.86% -
XYZ 42.8 58.81 65.6 -
YUV 185.17 138.06 74.38 -
System Red Green Blue C M Y K H S L
Decimal 110 220 203 0.50 0 0.08 0.14 170.73 0.61 0.65
Hex 6E DC CB 32 0 8 E AB 3D 41
Octal 156 334 313 62 0 10 16 253 75 101
Binary 1101110 11011100 11001011 110010 0 1000 1110 10101011 111101 1000001

Color Harmonies of #6EDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCCB

Black with #6EDCCB

Text Example


Text Example

White with #6EDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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