#6A7691

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

Shades of Waikawa Grey #6A7691

Tints of Waikawa Grey #6A7691

Color information

#6A7691 (or 0x6A7691) is unknown color: approx Waikawa Grey. HEX triplet: 6A, 76 and 91. RGB value is (106,118,145). Sum of RGB (Red+Green+Blue) = 106+118+145=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A7691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7691 is #95896E. Grayscale: #757575. Windows color (decimal): -9800047 or 9533034. OLE color: 9533034.

HSL color Cylindrical-coordinate representation of color #6A7691: hue angle of 221.54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A7691 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB106118145-
CMYK0.270.1900.43
HSL221.54º15.54%49.22%-
HSV(B)221.54º26.9%56.86%-
XYZ17.5318.0729.35-
YUV117.49143.52119.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.73%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=28.73%
G=31.98%
B=39.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061181450.270.1900.43221.5415.5449.22
Hex6A76911B1302Bde1031
Octal15216622133230533362061
Binary1101010111011010010001110111001101010111101111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,118,145); }

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

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

 a { background-color: rgb(106,118,145); }

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

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

 span { border-color: rgb(106,118,145); }

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