#60748C

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

Shades of Kashmir Blue #60748C

Tints of Kashmir Blue #60748C

Color information

#60748C (or 0x60748C) is unknown color: approx Kashmir Blue. HEX triplet: 60, 74 and 8C. RGB value is (96,116,140). Sum of RGB (Red+Green+Blue) = 96+116+140=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #60748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60748C is #9F8B73. Grayscale: #707070. Windows color (decimal): -10455924 or 9204832. OLE color: 9204832.

HSL color Cylindrical-coordinate representation of color #60748C: hue angle of 212.73º degrees, saturation: 0.19, 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 #60748C is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96116140-
CMYK0.310.1700.45
HSL212.73º18.64%46.27%-
HSV(B)212.73º31.43%54.9%-
XYZ15.816.8727.23-
YUV112.76143.37116.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=27.27%
G=32.95%
B=39.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961161400.310.1700.45212.7318.6446.27
Hex60748C1F1102Dd5132e
Octal14016421437210553252356
Binary1100000111010010001100111111000101011011101010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60748C; }

 p { color: rgb(96,116,140); }

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

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

 a { background-color: rgb(96,116,140); }

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

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

 span { border-color: rgb(96,116,140); }

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