#607298

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

Shades of Waikawa Grey #607298

Tints of Waikawa Grey #607298

Color information

#607298 (or 0x607298) is unknown color: approx Waikawa Grey. HEX triplet: 60, 72 and 98. RGB value is (96,114,152). Sum of RGB (Red+Green+Blue) = 96+114+152=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #607298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607298 is #9F8D67. Grayscale: #707070. Windows color (decimal): -10456424 or 9990752. OLE color: 9990752.

HSL color Cylindrical-coordinate representation of color #607298: hue angle of 220.71º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #607298 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96114152-
CMYK0.370.2500.40
HSL220.71º22.58%48.63%-
HSV(B)220.71º36.84%59.61%-
XYZ16.5116.7932.08-
YUV112.95150.04115.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.52%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 152 (59.77% from 255) = 41.99%
R=26.52%
G=31.49%
B=41.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961141520.370.2500.40220.7122.5848.63
Hex6072982519028dd1731
Octal14016223045310503352761
Binary11000001110010100110001001011100101010001101110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607298; }

 p { color: rgb(96,114,152); }

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

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

 a { background-color: rgb(96,114,152); }

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

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

 span { border-color: rgb(96,114,152); }

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