#607391

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

Shades of Waikawa Grey #607391

Tints of Waikawa Grey #607391

Color information

#607391 (or 0x607391) is unknown color: approx Waikawa Grey. HEX triplet: 60, 73 and 91. RGB value is (96,115,145). Sum of RGB (Red+Green+Blue) = 96+115+145=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #607391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607391 is #9F8C6E. Grayscale: #707070. Windows color (decimal): -10456175 or 9532256. OLE color: 9532256.

HSL color Cylindrical-coordinate representation of color #607391: hue angle of 216.73º 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 #607391 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96115145-
CMYK0.340.2100.43
HSL216.73º20.33%47.25%-
HSV(B)216.73º33.79%56.86%-
XYZ16.0716.7929.18-
YUV112.74146.21116.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=26.97%
G=32.30%
B=40.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961151450.340.2100.43216.7320.3347.25
Hex607391221502Bd9142f
Octal14016322142250533312457
Binary11000001110011100100011000101010101010111101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607391; }

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

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

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

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

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

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

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

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