#606791

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

Shades of Waikawa Grey #606791

Tints of Waikawa Grey #606791

Color information

#606791 (or 0x606791) is unknown color: approx Waikawa Grey. HEX triplet: 60, 67 and 91. RGB value is (96,103,145). Sum of RGB (Red+Green+Blue) = 96+103+145=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #606791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606791 is #9F986E. Grayscale: #696969. Windows color (decimal): -10459247 or 9529184. OLE color: 9529184.

HSL color Cylindrical-coordinate representation of color #606791: hue angle of 231.43º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #606791 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96103145-
CMYK0.340.2900.43
HSL231.43º20.33%47.25%-
HSV(B)231.43º33.79%56.86%-
XYZ14.7814.2328.76-
YUV105.7150.18121.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=27.91%
G=29.94%
B=42.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961031450.340.2900.43231.4320.3347.25
Hex606791221D02Be7142f
Octal14014722142350533472457
Binary11000001100111100100011000101110101010111110011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606791; }

 p { color: rgb(96,103,145); }

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

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

 a { background-color: rgb(96,103,145); }

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

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

 span { border-color: rgb(96,103,145); }

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