#60768D

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

Shades of Kashmir Blue #60768D

Tints of Kashmir Blue #60768D

Color information

#60768D (or 0x60768D) is unknown color: approx Kashmir Blue. HEX triplet: 60, 76 and 8D. RGB value is (96,118,141). Sum of RGB (Red+Green+Blue) = 96+118+141=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #60768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60768D is #9F8972. Grayscale: #717171. Windows color (decimal): -10455411 or 9270880. OLE color: 9270880.

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

Color convert

RGB96118141-
CMYK0.320.1600.45
HSL210.67º18.99%46.47%-
HSV(B)210.67º31.91%55.29%-
XYZ16.1117.3727.7-
YUV114.04143.21115.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=27.04%
G=33.24%
B=39.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961181410.320.1600.45210.6718.9946.47
Hex60768D201002Dd3132e
Octal14016621540200553232356
Binary11000001110110100011011000001000001011011101001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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