#607389

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

Shades of Kashmir Blue #607389

Tints of Kashmir Blue #607389

Color information

#607389 (or 0x607389) is unknown color: approx Kashmir Blue. HEX triplet: 60, 73 and 89. RGB value is (96,115,137). Sum of RGB (Red+Green+Blue) = 96+115+137=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #607389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607389 is #9F8C76. Grayscale: #6F6F6F. Windows color (decimal): -10456183 or 9007968. OLE color: 9007968.

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

Color convert

RGB96115137-
CMYK0.300.1600.46
HSL212.2º17.6%45.69%-
HSV(B)212.2º29.93%53.73%-
XYZ15.4716.5526.05-
YUV111.83142.21116.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 137 (53.91% from 255) = 39.37%
R=27.59%
G=33.05%
B=39.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961151370.300.1600.46212.217.645.69
Hex6073891E1002Ed4122e
Octal14016321136200563242256
Binary1100000111001110001001111101000001011101101010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607389; }

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

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

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

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

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

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

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

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