#6AC6BD

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

Shades of Downy #6AC6BD

Tints of Downy #6AC6BD

Color information

#6AC6BD (or 0x6AC6BD) is unknown color: approx Downy. HEX triplet: 6A, C6 and BD. RGB value is (106,198,189). Sum of RGB (Red+Green+Blue) = 106+198+189=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #6AC6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC6BD is #953942. Grayscale: #A9A9A9. Windows color (decimal): -9779523 or 12437098. OLE color: 12437098.

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

Color convert

RGB106198189-
CMYK0.4600.050.22
HSL174.13º44.66%59.61%-
HSV(B)174.13º46.46%77.65%-
XYZ35.3247.1355.38-
YUV169.47139.0282.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.50%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=21.50%
G=40.16%
B=38.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1061981890.4600.050.22174.1344.6659.61
Hex6AC6BD2E0516ae2d3c
Octal1523062755605262565574
Binary1101010110001101011110110111001011011010101110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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