Html Css Color HEX #6EC6BE Downy

📋 copy color: '#6EC6BE'

red 110 ◦ green 198 ◦ blue 190

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

Shades of Downy #6EC6BE

Tints of Downy #6EC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.76%

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

R = 22.09%
G = 39.76%
B = 38.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#6EC6BE (or 0x6EC6BE) is known color: Downy. HEX triplet: 6E, C6 and BE. RGB value is (110,198,190). Sum of RGB (Red+Green+Blue) = 110+198+190=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #6EC6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC6BE is #913941. Grayscale: #AAAAAA. Windows color (decimal): -9517378 or 12502638. OLE color: 12502638.

HSL color Cylindrical-coordinate representation of color #6EC6BE: hue angle of 174.55º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EC6BE is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 110 198 190 -
CMYK 0.44 0 0.04 0.22
HSL 174.55º 0.44% 0.6% -
HSV(B) 174.55º 0.44% 0.78% -
XYZ 35.92 47.42 55.98 -
YUV 170.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 110 198 190 0.44 0 0.04 0.22 174.55 0.44 0.6
Hex 6E C6 BE 2C 0 4 16 AF 2C 3C
Octal 156 306 276 54 0 4 26 257 54 74
Binary 1101110 11000110 10111110 101100 0 100 10110 10101111 101100 111100

Color Harmonies of #6EC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC6BE

Black with #6EC6BE

Text Example


Text Example

White with #6EC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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