Html Css Color HEX #6EC3C0 Downy

📋 copy color: '#6EC3C0'

red 110 ◦ green 195 ◦ blue 192

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

Shades of Downy #6EC3C0

Tints of Downy #6EC3C0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.24%

 BLUE value IS 192 (75.39% from 255) = 38.63%

R = 22.13%
G = 39.24%
B = 38.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#6EC3C0 (or 0x6EC3C0) is known color: Downy. HEX triplet: 6E, C3 and C0. RGB value is (110,195,192). Sum of RGB (Red+Green+Blue) = 110+195+192=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3C0 is #913C3F. Grayscale: #A9A9A9. Windows color (decimal): -9518144 or 12632942. OLE color: 12632942.

HSL color Cylindrical-coordinate representation of color #6EC3C0: hue angle of 177.88º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EC3C0 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 110 195 192 -
CMYK 0.44 0 0.02 0.24
HSL 177.88º 0.41% 0.6% -
HSV(B) 177.88º 0.44% 0.76% -
XYZ 35.46 46.15 56.91 -
YUV 169.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 110 195 192 0.44 0 0.02 0.24 177.88 0.41 0.6
Hex 6E C3 C0 2C 0 2 18 B2 29 3C
Octal 156 303 300 54 0 2 30 262 51 74
Binary 1101110 11000011 11000000 101100 0 10 11000 10110010 101001 111100

Color Harmonies of #6EC3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC3C0

Black with #6EC3C0

Text Example


Text Example

White with #6EC3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,195,192); }

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

background-color css

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

 a { background-color: rgb(110,195,192); }

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

border-color css

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

 span { border-color: rgb(110,195,192); }

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