Html Css Color HEX #60758B Kashmir Blue

📋 copy color: '#60758B'

red 96 ◦ green 117 ◦ blue 139

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

Shades of Kashmir Blue #60758B

Tints of Kashmir Blue #60758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.49%

R = 27.27%
G = 33.24%
B = 39.49%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60758B (or 0x60758B) is known color: Kashmir Blue. HEX triplet: 60, 75 and 8B. RGB value is (96,117,139). Sum of RGB (Red+Green+Blue) = 96+117+139=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #60758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60758B is #9F8A74. Grayscale: #717171. Windows color (decimal): -10455669 or 9139552. OLE color: 9139552.

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

Color convert

RGB 96 117 139 -
CMYK 0.31 0.16 0 0.45
HSL 210.7º 0.18% 0.46% -
HSV(B) 210.7º 0.31% 0.55% -
XYZ 15.85 17.07 26.89 -
YUV 113.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 96 117 139 0.31 0.16 0 0.45 210.7 0.18 0.46
Hex 60 75 8B 1F 10 0 2D D3 12 2E
Octal 140 165 213 37 20 0 55 323 22 56
Binary 1100000 1110101 10001011 11111 10000 0 101101 11010011 10010 101110

Color Harmonies of #60758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60758B

Black with #60758B

Text Example


Text Example

White with #60758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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