#60778E

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

Shades of Kashmir Blue #60778E

Tints of Kashmir Blue #60778E

Color information

#60778E (or 0x60778E) is unknown color: approx Kashmir Blue. HEX triplet: 60, 77 and 8E. RGB value is (96,119,142). Sum of RGB (Red+Green+Blue) = 96+119+142=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #60778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60778E is #9F8871. Grayscale: #727272. Windows color (decimal): -10455154 or 9336672. OLE color: 9336672.

HSL color Cylindrical-coordinate representation of color #60778E: hue angle of 210º 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 #60778E is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96119142-
CMYK0.320.1600.44
HSL210º19.33%46.67%-
HSV(B)210º32.39%55.69%-
XYZ16.317.6328.14-
YUV114.74143.38114.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=26.89%
G=33.33%
B=39.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961191420.320.1600.4421019.3346.67
Hex60778E201002Cd2132f
Octal14016721640200543222357
Binary11000001110111100011101000001000001011001101001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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