Html Css Color HEX #60768D Kashmir Blue

📋 copy color: '#60768D'

red 96 ◦ green 118 ◦ blue 141

#60768D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #60768D

Tints of Kashmir Blue #60768D

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 value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60768D (or 0x60768D) is known color: 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

RGB 96 118 141 -
CMYK 0.32 0.16 0 0.45
HSL 210.67º 0.19% 0.46% -
HSV(B) 210.67º 0.32% 0.55% -
XYZ 16.11 17.37 27.7 -
YUV 114.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 96 118 141 0.32 0.16 0 0.45 210.67 0.19 0.46
Hex 60 76 8D 20 10 0 2D D3 13 2E
Octal 140 166 215 40 20 0 55 323 23 56
Binary 1100000 1110110 10001101 100000 10000 0 101101 11010011 10011 101110

Color Harmonies of #60768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60768D

Black with #60768D

Text Example


Text Example

White with #60768D

Text Example


Text Example

HTML Codes & Css Web 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>