#607993

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

Shades of Waikawa Grey #607993

Tints of Waikawa Grey #607993

Color information

#607993 (or 0x607993) is unknown color: approx Waikawa Grey. HEX triplet: 60, 79 and 93. RGB value is (96,121,147). Sum of RGB (Red+Green+Blue) = 96+121+147=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #607993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607993 is #9F866C. Grayscale: #747474. Windows color (decimal): -10454637 or 9664864. OLE color: 9664864.

HSL color Cylindrical-coordinate representation of color #607993: hue angle of 210.59º 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 #607993 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB96121147-
CMYK0.350.1800.42
HSL210.59º20.99%47.65%-
HSV(B)210.59º34.69%57.65%-
XYZ16.9318.2730.24-
YUV116.49145.22113.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=26.37%
G=33.24%
B=40.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961211470.350.1800.42210.5920.9947.65
Hex607993231202Ad31530
Octal14017122343220523232560
Binary11000001111001100100111000111001001010101101001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607993; }

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

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

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

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

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

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

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

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