Html Css Color HEX #60768E Kashmir Blue

📋 copy color: '#60768E'

red 96 ◦ green 118 ◦ blue 142

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

Shades of Kashmir Blue #60768E

Tints of Kashmir Blue #60768E

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

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

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

RGB 96 118 142 -
CMYK 0.32 0.17 0 0.44
HSL 211.3º 0.19% 0.47% -
HSV(B) 211.3º 0.32% 0.56% -
XYZ 16.18 17.4 28.1 -
YUV 114.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 96 118 142 0.32 0.17 0 0.44 211.3 0.19 0.47
Hex 60 76 8E 20 11 0 2C D3 13 2F
Octal 140 166 216 40 21 0 54 323 23 57
Binary 1100000 1110110 10001110 100000 10001 0 101100 11010011 10011 101111

Color Harmonies of #60768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60768E

Black with #60768E

Text Example


Text Example

White with #60768E

Text Example


Text Example

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