#617387

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

Shades of Kashmir Blue #617387

Tints of Kashmir Blue #617387

Color information

#617387 (or 0x617387) is unknown color: approx Kashmir Blue. HEX triplet: 61, 73 and 87. RGB value is (97,115,135). Sum of RGB (Red+Green+Blue) = 97+115+135=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #617387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617387 is #9E8C78. Grayscale: #6F6F6F. Windows color (decimal): -10390649 or 8876897. OLE color: 8876897.

HSL color Cylindrical-coordinate representation of color #617387: hue angle of 211.58º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #617387 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97115135-
CMYK0.280.1500.47
HSL211.58º16.38%45.49%-
HSV(B)211.58º28.15%52.94%-
XYZ15.4316.5525.3-
YUV111.9141.04117.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=27.95%
G=33.14%
B=38.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971151350.280.1500.47211.5816.3845.49
Hex6173871CF02Fd4102d
Octal14116320734170573242055
Binary110000111100111000011111100111101011111101010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617387; }

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

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

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

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

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

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

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

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