#617085

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

Shades of Kashmir Blue #617085

Tints of Kashmir Blue #617085

Color information

#617085 (or 0x617085) is unknown color: approx Kashmir Blue. HEX triplet: 61, 70 and 85. RGB value is (97,112,133). Sum of RGB (Red+Green+Blue) = 97+112+133=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #617085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617085 is #9E8F7A. Grayscale: #6D6D6D. Windows color (decimal): -10391419 or 8745057. OLE color: 8745057.

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

Color convert

RGB97112133-
CMYK0.270.1600.48
HSL215º15.65%45.1%-
HSV(B)215º27.07%52.16%-
XYZ14.9615.8224.46-
YUV109.91141.03118.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=28.36%
G=32.75%
B=38.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971121330.270.1600.4821515.6545.1
Hex6170851B10030d7102d
Octal14116020533200603272055
Binary1100001111000010000101110111000001100001101011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617085; }

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

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

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

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

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

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

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

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