#607193

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

Shades of Waikawa Grey #607193

Tints of Waikawa Grey #607193

Color information

#607193 (or 0x607193) is unknown color: approx Waikawa Grey. HEX triplet: 60, 71 and 93. RGB value is (96,113,147). Sum of RGB (Red+Green+Blue) = 96+113+147=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #607193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607193 is #9F8E6C. Grayscale: #6F6F6F. Windows color (decimal): -10456685 or 9662816. OLE color: 9662816.

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

Color convert

RGB96113147-
CMYK0.350.2300.42
HSL220º20.99%47.65%-
HSV(B)220º34.69%57.65%-
XYZ1616.429.93-
YUV111.79147.87116.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=26.97%
G=31.74%
B=41.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961131470.350.2300.4222020.9947.65
Hex607193231702Adc1530
Octal14016122343270523342560
Binary11000001110001100100111000111011101010101101110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607193; }

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

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

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

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

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

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

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

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