#617084

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

Shades of Kashmir Blue #617084

Tints of Kashmir Blue #617084

Color information

#617084 (or 0x617084) is unknown color: approx Kashmir Blue. HEX triplet: 61, 70 and 84. RGB value is (97,112,132). Sum of RGB (Red+Green+Blue) = 97+112+132=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #617084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617084 is #9E8F7B. Grayscale: #6D6D6D. Windows color (decimal): -10391420 or 8679521. OLE color: 8679521.

HSL color Cylindrical-coordinate representation of color #617084: hue angle of 214.29º 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 #617084 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB97112132-
CMYK0.270.1500.48
HSL214.29º15.28%44.9%-
HSV(B)214.29º26.52%51.76%-
XYZ14.8915.824.09-
YUV109.8140.53118.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.45%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=28.45%
G=32.84%
B=38.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971121320.270.1500.48214.2915.2844.9
Hex6170841BF030d6f2d
Octal14116020433170603261755
Binary11000011110000100001001101111110110000110101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617084; }

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

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

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

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

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

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

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

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