#617389

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

Shades of Kashmir Blue #617389

Tints of Kashmir Blue #617389

Color information

#617389 (or 0x617389) is unknown color: approx Kashmir Blue. HEX triplet: 61, 73 and 89. RGB value is (97,115,137). Sum of RGB (Red+Green+Blue) = 97+115+137=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 115 (45.31% from 255 or 32.95% 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 #617389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617389 is #9E8C76. Grayscale: #707070. Windows color (decimal): -10390647 or 9007969. OLE color: 9007969.

HSL color Cylindrical-coordinate representation of color #617389: hue angle of 213º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #617389 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB97115137-
CMYK0.290.1600.46
HSL213º17.09%45.88%-
HSV(B)213º29.2%53.73%-
XYZ15.5816.6126.05-
YUV112.13142.04117.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=27.79%
G=32.95%
B=39.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971151370.290.1600.4621317.0945.88
Hex6173891D1002Ed5112e
Octal14116321135200563252156
Binary1100001111001110001001111011000001011101101010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617389; }

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

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

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

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

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

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

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

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