#6AC5BF

Color #6AC5BF Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6AC5BF

Tints of Downy #6AC5BF

Color information

#6AC5BF (or 0x6AC5BF) is unknown color: approx Downy. HEX triplet: 6A, C5 and BF. RGB value is (106,197,191). Sum of RGB (Red+Green+Blue) = 106+197+191=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC5BF is #953A40. Grayscale: #A9A9A9. Windows color (decimal): -9779777 or 12567914. OLE color: 12567914.

HSL color Cylindrical-coordinate representation of color #6AC5BF: hue angle of 176.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AC5BF is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB106197191-
CMYK0.4600.030.23
HSL176.04º43.96%59.41%-
HSV(B)176.04º46.19%77.25%-
XYZ35.3146.7656.45-
YUV169.11140.3582.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.46%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 191 (75% from 255) = 38.66%
R=21.46%
G=39.88%
B=38.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1061971910.4600.030.23176.0443.9659.41
Hex6AC5BF2E0317b02c3b
Octal1523052775603272605473
Binary110101011000101101111111011100111011110110000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,197,191); }

 H1.HeaderClassName
 {
   color: #6AC5BF;
 }
 .AnyTagClassName
 {
   color: #6AC5BF;
 }
</style>
background-color css

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

 a { background-color: rgb(106,197,191); }

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

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

 span { border-color: rgb(106,197,191); }

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