#607489

Color #607489 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #607489

Tints of Kashmir Blue #607489

Color information

#607489 (or 0x607489) is unknown color: approx Kashmir Blue. HEX triplet: 60, 74 and 89. RGB value is (96,116,137). Sum of RGB (Red+Green+Blue) = 96+116+137=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #607489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607489 is #9F8B76. Grayscale: #707070. Windows color (decimal): -10455927 or 9008224. OLE color: 9008224.

HSL color Cylindrical-coordinate representation of color #607489: hue angle of 210.73º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607489 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96116137-
CMYK0.300.1500.46
HSL210.73º17.6%45.69%-
HSV(B)210.73º29.93%53.73%-
XYZ15.5816.7826.09-
YUV112.41141.87116.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=27.51%
G=33.24%
B=39.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961161370.300.1500.46210.7317.645.69
Hex6074891EF02Ed3122e
Octal14016421136170563232256
Binary110000011101001000100111110111101011101101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607489; }

 p { color: rgb(96,116,137); }

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

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

 a { background-color: rgb(96,116,137); }

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

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

 span { border-color: rgb(96,116,137); }

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