Html Css Color HEX #60758D Kashmir Blue

📋 copy color: '#60758D'

red 96 ◦ green 117 ◦ blue 141

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

Shades of Kashmir Blue #60758D

Tints of Kashmir Blue #60758D

RGB

 RED value IS 96 (37.89% from 255) = 27.12%

 GREEN value IS 117 (46.09% from 255) = 33.05%

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 27.12%
G = 33.05%
B = 39.83%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60758D (or 0x60758D) is known color: Kashmir Blue. HEX triplet: 60, 75 and 8D. RGB value is (96,117,141). Sum of RGB (Red+Green+Blue) = 96+117+141=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #60758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60758D is #9F8A72. Grayscale: #717171. Windows color (decimal): -10455667 or 9270624. OLE color: 9270624.

HSL color Cylindrical-coordinate representation of color #60758D: hue angle of 212º 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 #60758D is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 117 141 -
CMYK 0.32 0.17 0 0.45
HSL 212º 0.19% 0.46% -
HSV(B) 212º 0.32% 0.55% -
XYZ 15.99 17.13 27.66 -
YUV 113.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 96 117 141 0.32 0.17 0 0.45 212 0.19 0.46
Hex 60 75 8D 20 11 0 2D D4 13 2E
Octal 140 165 215 40 21 0 55 324 23 56
Binary 1100000 1110101 10001101 100000 10001 0 101101 11010100 10011 101110

Color Harmonies of #60758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60758D

Black with #60758D

Text Example


Text Example

White with #60758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60758D;
 }
 .AnyTagClassName
 {
   color: #60758D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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