#617285

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

Shades of Kashmir Blue #617285

Tints of Kashmir Blue #617285

Color information

#617285 (or 0x617285) is unknown color: approx Kashmir Blue. HEX triplet: 61, 72 and 85. RGB value is (97,114,133). Sum of RGB (Red+Green+Blue) = 97+114+133=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #617285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617285 is #9E8D7A. Grayscale: #6E6E6E. Windows color (decimal): -10390907 or 8745569. OLE color: 8745569.

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

Color convert

RGB97114133-
CMYK0.270.1400.48
HSL211.67º15.65%45.1%-
HSV(B)211.67º27.07%52.16%-
XYZ15.1816.2724.53-
YUV111.08140.37117.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=28.20%
G=33.14%
B=38.66%

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
Decimal971141330.270.1400.48211.6715.6545.1
Hex6172851BE030d4102d
Octal14116220533160603242055
Binary110000111100101000010111011111001100001101010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617285; }

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

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

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

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

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

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

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

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