#6AC6BE

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

Shades of Downy #6AC6BE

Tints of Downy #6AC6BE

Color information

#6AC6BE (or 0x6AC6BE) is unknown color: approx Downy. HEX triplet: 6A, C6 and BE. RGB value is (106,198,190). Sum of RGB (Red+Green+Blue) = 106+198+190=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #6AC6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC6BE is #953941. Grayscale: #A9A9A9. Windows color (decimal): -9779522 or 12502634. OLE color: 12502634.

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

Color convert

RGB106198190-
CMYK0.4600.040.22
HSL174.78º44.66%59.61%-
HSV(B)174.78º46.46%77.65%-
XYZ35.4347.1755.95-
YUV169.58139.5282.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.46%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=21.46%
G=40.08%
B=38.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1061981900.4600.040.22174.7844.6659.61
Hex6AC6BE2E0416af2d3c
Octal1523062765604262575574
Binary1101010110001101011111010111001001011010101111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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