#617184

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

Shades of Kashmir Blue #617184

Tints of Kashmir Blue #617184

Color information

#617184 (or 0x617184) is unknown color: approx Kashmir Blue. HEX triplet: 61, 71 and 84. RGB value is (97,113,132). Sum of RGB (Red+Green+Blue) = 97+113+132=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #617184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617184 is #9E8E7B. Grayscale: #6E6E6E. Windows color (decimal): -10391164 or 8679777. OLE color: 8679777.

HSL color Cylindrical-coordinate representation of color #617184: hue angle of 212.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #617184 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB97113132-
CMYK0.270.1400.48
HSL212.57º15.28%44.9%-
HSV(B)212.57º26.52%51.76%-
XYZ1516.0224.13-
YUV110.38140.2118.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=28.36%
G=33.04%
B=38.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971131320.270.1400.48212.5715.2844.9
Hex6171841BE030d5f2d
Octal14116120433160603251755
Binary11000011110001100001001101111100110000110101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617184; }

 p { color: rgb(97,113,132); }

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

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

 a { background-color: rgb(97,113,132); }

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

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

 span { border-color: rgb(97,113,132); }

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