Html Css Color HEX #6EC1BE Downy

📋 copy color: '#6EC1BE'

red 110 ◦ green 193 ◦ blue 190

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

Shades of Downy #6EC1BE

Tints of Downy #6EC1BE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.15%

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 22.31%
G = 39.15%
B = 38.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#6EC1BE (or 0x6EC1BE) is known color: Downy. HEX triplet: 6E, C1 and BE. RGB value is (110,193,190). Sum of RGB (Red+Green+Blue) = 110+193+190=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC1BE is #913E41. Grayscale: #A7A7A7. Windows color (decimal): -9518658 or 12501358. OLE color: 12501358.

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

Color convert

RGB 110 193 190 -
CMYK 0.43 0 0.02 0.24
HSL 177.83º 0.4% 0.59% -
HSV(B) 177.83º 0.43% 0.76% -
XYZ 34.79 45.17 55.6 -
YUV 167.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 110 193 190 0.43 0 0.02 0.24 177.83 0.4 0.59
Hex 6E C1 BE 2B 0 2 18 B2 28 3B
Octal 156 301 276 53 0 2 30 262 50 73
Binary 1101110 11000001 10111110 101011 0 10 11000 10110010 101000 111011

Color Harmonies of #6EC1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC1BE

Black with #6EC1BE

Text Example


Text Example

White with #6EC1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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