#617488

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

Shades of Kashmir Blue #617488

Tints of Kashmir Blue #617488

Color information

#617488 (or 0x617488) is unknown color: approx Kashmir Blue. HEX triplet: 61, 74 and 88. RGB value is (97,116,136). Sum of RGB (Red+Green+Blue) = 97+116+136=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #617488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617488 is #9E8B77. Grayscale: #707070. Windows color (decimal): -10390392 or 8942689. OLE color: 8942689.

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

Color convert

RGB97116136-
CMYK0.290.1500.47
HSL210.77º16.74%45.69%-
HSV(B)210.77º28.68%53.33%-
XYZ15.6216.8125.71-
YUV112.6141.21116.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=27.79%
G=33.24%
B=38.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971161360.290.1500.47210.7716.7445.69
Hex6174881DF02Fd3112e
Octal14116421035170573232156
Binary110000111101001000100011101111101011111101001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617488; }

 p { color: rgb(97,116,136); }

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

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

 a { background-color: rgb(97,116,136); }

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

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

 span { border-color: rgb(97,116,136); }

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