#607289

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

Shades of Kashmir Blue #607289

Tints of Kashmir Blue #607289

Color information

#607289 (or 0x607289) is unknown color: approx Kashmir Blue. HEX triplet: 60, 72 and 89. RGB value is (96,114,137). Sum of RGB (Red+Green+Blue) = 96+114+137=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #607289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607289 is #9F8D76. Grayscale: #6F6F6F. Windows color (decimal): -10456439 or 9007712. OLE color: 9007712.

HSL color Cylindrical-coordinate representation of color #607289: hue angle of 213.66º 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 #607289 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96114137-
CMYK0.300.1700.46
HSL213.66º17.6%45.69%-
HSV(B)213.66º29.93%53.73%-
XYZ15.3616.3326.01-
YUV111.24142.54117.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=27.67%
G=32.85%
B=39.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961141370.300.1700.46213.6617.645.69
Hex6072891E1102Ed6122e
Octal14016221136210563262256
Binary1100000111001010001001111101000101011101101011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607289; }

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

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

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

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

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

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

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

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