#617284

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

Shades of Kashmir Blue #617284

Tints of Kashmir Blue #617284

Color information

#617284 (or 0x617284) is unknown color: approx Kashmir Blue. HEX triplet: 61, 72 and 84. RGB value is (97,114,132). Sum of RGB (Red+Green+Blue) = 97+114+132=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #617284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617284 is #9E8D7B. Grayscale: #6E6E6E. Windows color (decimal): -10390908 or 8680033. OLE color: 8680033.

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

Color convert

RGB97114132-
CMYK0.270.1400.48
HSL210.86º15.28%44.9%-
HSV(B)210.86º26.52%51.76%-
XYZ15.1116.2424.17-
YUV110.97139.87118.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=28.28%
G=33.24%
B=38.48%

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
Decimal971141320.270.1400.48210.8615.2844.9
Hex6172841BE030d3f2d
Octal14116220433160603231755
Binary11000011110010100001001101111100110000110100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617284; }

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

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

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

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

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

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

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

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