#61758A

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

Shades of Kashmir Blue #61758A

Tints of Kashmir Blue #61758A

Color information

#61758A (or 0x61758A) is unknown color: approx Kashmir Blue. HEX triplet: 61, 75 and 8A. RGB value is (97,117,138). Sum of RGB (Red+Green+Blue) = 97+117+138=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #61758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61758A is #9E8A75. Grayscale: #717171. Windows color (decimal): -10390134 or 9074017. OLE color: 9074017.

HSL color Cylindrical-coordinate representation of color #61758A: hue angle of 210.73º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61758A is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB97117138-
CMYK0.300.1500.46
HSL210.73º17.45%46.08%-
HSV(B)210.73º29.71%54.12%-
XYZ15.8817.126.51-
YUV113.41141.87116.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=27.56%
G=33.24%
B=39.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971171380.300.1500.46210.7317.4546.08
Hex61758A1EF02Ed3112e
Octal14116521236170563232156
Binary110000111101011000101011110111101011101101001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61758A; }

 p { color: rgb(97,117,138); }

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

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

 a { background-color: rgb(97,117,138); }

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

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

 span { border-color: rgb(97,117,138); }

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