#607093

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

Shades of Waikawa Grey #607093

Tints of Waikawa Grey #607093

Color information

#607093 (or 0x607093) is unknown color: approx Waikawa Grey. HEX triplet: 60, 70 and 93. RGB value is (96,112,147). Sum of RGB (Red+Green+Blue) = 96+112+147=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #607093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607093 is #9F8F6C. Grayscale: #6F6F6F. Windows color (decimal): -10456941 or 9662560. OLE color: 9662560.

HSL color Cylindrical-coordinate representation of color #607093: hue angle of 221.18º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #607093 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB96112147-
CMYK0.350.2400.42
HSL221.18º20.99%47.65%-
HSV(B)221.18º34.69%57.65%-
XYZ15.8816.1829.89-
YUV111.21148.2117.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=27.04%
G=31.55%
B=41.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961121470.350.2400.42221.1820.9947.65
Hex607093231802Add1530
Octal14016022343300523352560
Binary11000001110000100100111000111100001010101101110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607093; }

 p { color: rgb(96,112,147); }

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

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

 a { background-color: rgb(96,112,147); }

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

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

 span { border-color: rgb(96,112,147); }

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