#6AC5BD

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

Shades of Downy #6AC5BD

Tints of Downy #6AC5BD

Color information

#6AC5BD (or 0x6AC5BD) is unknown color: approx Downy. HEX triplet: 6A, C5 and BD. RGB value is (106,197,189). Sum of RGB (Red+Green+Blue) = 106+197+189=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC5BD is #953A42. Grayscale: #A8A8A8. Windows color (decimal): -9779779 or 12436842. OLE color: 12436842.

HSL color Cylindrical-coordinate representation of color #6AC5BD: hue angle of 174.73º 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 #6AC5BD is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB106197189-
CMYK0.4600.040.23
HSL174.73º43.96%59.41%-
HSV(B)174.73º46.19%77.25%-
XYZ35.146.6755.3-
YUV168.88139.3583.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.54%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=21.54%
G=40.04%
B=38.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1061971890.4600.040.23174.7343.9659.41
Hex6AC5BD2E0417af2c3b
Octal1523052755604272575473
Binary1101010110001011011110110111001001011110101111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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