#617086

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

Shades of Kashmir Blue #617086

Tints of Kashmir Blue #617086

Color information

#617086 (or 0x617086) is unknown color: approx Kashmir Blue. HEX triplet: 61, 70 and 86. RGB value is (97,112,134). Sum of RGB (Red+Green+Blue) = 97+112+134=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 134 - color contains mainly: blue. Hex color #617086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617086 is #9E8F79. Grayscale: #6D6D6D. Windows color (decimal): -10391418 or 8810593. OLE color: 8810593.

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

Color convert

RGB97112134-
CMYK0.280.1600.47
HSL215.68º16.02%45.29%-
HSV(B)215.68º27.61%52.55%-
XYZ15.0315.8524.82-
YUV110.02141.53118.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 134 (52.73% from 255) = 39.07%
R=28.28%
G=32.65%
B=39.07%

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
Decimal971121340.280.1600.47215.6816.0245.29
Hex6170861C1002Fd8102d
Octal14116020634200573302055
Binary1100001111000010000110111001000001011111101100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617086; }

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

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

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

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

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

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

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

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