#617287

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

Shades of Kashmir Blue #617287

Tints of Kashmir Blue #617287

Color information

#617287 (or 0x617287) is unknown color: approx Kashmir Blue. HEX triplet: 61, 72 and 87. RGB value is (97,114,135). Sum of RGB (Red+Green+Blue) = 97+114+135=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #617287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617287 is #9E8D78. Grayscale: #6F6F6F. Windows color (decimal): -10390905 or 8876641. OLE color: 8876641.

HSL color Cylindrical-coordinate representation of color #617287: hue angle of 213.16º 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 #617287 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97114135-
CMYK0.280.1600.47
HSL213.16º16.38%45.49%-
HSV(B)213.16º28.15%52.94%-
XYZ15.3216.3325.27-
YUV111.31141.37117.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=28.03%
G=32.95%
B=39.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971141350.280.1600.47213.1616.3845.49
Hex6172871C1002Fd5102d
Octal14116220734200573252055
Binary1100001111001010000111111001000001011111101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617287; }

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

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

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

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

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

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

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

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