#6B7591

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

Shades of Waikawa Grey #6B7591

Tints of Waikawa Grey #6B7591

Color information

#6B7591 (or 0x6B7591) is unknown color: approx Waikawa Grey. HEX triplet: 6B, 75 and 91. RGB value is (107,117,145). Sum of RGB (Red+Green+Blue) = 107+117+145=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 117 (46.09% from 255 or 31.71% 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 #6B7591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7591 is #948A6E. Grayscale: #757575. Windows color (decimal): -9734767 or 9532779. OLE color: 9532779.

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

Color convert

RGB107117145-
CMYK0.260.1900.43
HSL224.21º15.08%49.41%-
HSV(B)224.21º26.21%56.86%-
XYZ17.5417.8929.32-
YUV117.2143.69120.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.00%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=29.00%
G=31.71%
B=39.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1071171450.260.1900.43224.2115.0849.41
Hex6B75911A1302Be0f31
Octal15316522132230533401761
Binary110101111101011001000111010100110101011111000001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,117,145); }

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

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

 a { background-color: rgb(107,117,145); }

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

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

 span { border-color: rgb(107,117,145); }

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