#60768E

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

Shades of Kashmir Blue #60768E

Tints of Kashmir Blue #60768E

Color information

#60768E (or 0x60768E) is unknown color: approx Kashmir Blue. HEX triplet: 60, 76 and 8E. RGB value is (96,118,142). Sum of RGB (Red+Green+Blue) = 96+118+142=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #60768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60768E is #9F8971. Grayscale: #727272. Windows color (decimal): -10455410 or 9336416. OLE color: 9336416.

HSL color Cylindrical-coordinate representation of color #60768E: hue angle of 211.3º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60768E is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96118142-
CMYK0.320.1700.44
HSL211.3º19.33%46.67%-
HSV(B)211.3º32.39%55.69%-
XYZ16.1817.428.1-
YUV114.16143.71115.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=26.97%
G=33.15%
B=39.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961181420.320.1700.44211.319.3346.67
Hex60768E201102Cd3132f
Octal14016621640210543232357
Binary11000001110110100011101000001000101011001101001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60768E; }

 p { color: rgb(96,118,142); }

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

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

 a { background-color: rgb(96,118,142); }

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

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

 span { border-color: rgb(96,118,142); }

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