#60758B

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

Shades of Kashmir Blue #60758B

Tints of Kashmir Blue #60758B

Color information

#60758B (or 0x60758B) is unknown color: approx Kashmir Blue. HEX triplet: 60, 75 and 8B. RGB value is (96,117,139). Sum of RGB (Red+Green+Blue) = 96+117+139=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #60758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60758B is #9F8A74. Grayscale: #717171. Windows color (decimal): -10455669 or 9139552. OLE color: 9139552.

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

Color convert

RGB96117139-
CMYK0.310.1600.45
HSL210.7º18.3%46.08%-
HSV(B)210.7º30.94%54.51%-
XYZ15.8517.0726.89-
YUV113.23142.54115.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=27.27%
G=33.24%
B=39.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961171390.310.1600.45210.718.346.08
Hex60758B1F1002Dd3122e
Octal14016521337200553232256
Binary1100000111010110001011111111000001011011101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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