#607189

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

Shades of Kashmir Blue #607189

Tints of Kashmir Blue #607189

Color information

#607189 (or 0x607189) is unknown color: approx Kashmir Blue. HEX triplet: 60, 71 and 89. RGB value is (96,113,137). Sum of RGB (Red+Green+Blue) = 96+113+137=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #607189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607189 is #9F8E76. Grayscale: #6E6E6E. Windows color (decimal): -10456695 or 9007456. OLE color: 9007456.

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

Color convert

RGB96113137-
CMYK0.300.1800.46
HSL215.12º17.6%45.69%-
HSV(B)215.12º29.93%53.73%-
XYZ15.2416.125.97-
YUV110.65142.87117.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=27.75%
G=32.66%
B=39.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961131370.300.1800.46215.1217.645.69
Hex6071891E1202Ed7122e
Octal14016121136220563272256
Binary1100000111000110001001111101001001011101101011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607189; }

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

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

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

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

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

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

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

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