#61758B

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

Shades of Kashmir Blue #61758B

Tints of Kashmir Blue #61758B

Color information

#61758B (or 0x61758B) is unknown color: approx Kashmir Blue. HEX triplet: 61, 75 and 8B. RGB value is (97,117,139). Sum of RGB (Red+Green+Blue) = 97+117+139=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #61758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61758B is #9E8A74. Grayscale: #717171. Windows color (decimal): -10390133 or 9139553. OLE color: 9139553.

HSL color Cylindrical-coordinate representation of color #61758B: hue angle of 211.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61758B is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97117139-
CMYK0.300.1600.45
HSL211.43º17.8%46.27%-
HSV(B)211.43º30.22%54.51%-
XYZ15.9517.1326.89-
YUV113.53142.37116.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=27.48%
G=33.14%
B=39.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971171390.300.1600.45211.4317.846.27
Hex61758B1E1002Dd3122e
Octal14116521336200553232256
Binary1100001111010110001011111101000001011011101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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