Html Css Color HEX #60748B Kashmir Blue

📋 copy color: '#60748B'

red 96 ◦ green 116 ◦ blue 139

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

Shades of Kashmir Blue #60748B

Tints of Kashmir Blue #60748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

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

R = 27.35%
G = 33.05%
B = 39.6%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60748B (or 0x60748B) is known color: Kashmir Blue. HEX triplet: 60, 74 and 8B. RGB value is (96,116,139). Sum of RGB (Red+Green+Blue) = 96+116+139=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #60748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60748B is #9F8B74. Grayscale: #707070. Windows color (decimal): -10455925 or 9139296. OLE color: 9139296.

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

Color convert

RGB 96 116 139 -
CMYK 0.31 0.17 0 0.45
HSL 212.09º 0.18% 0.46% -
HSV(B) 212.09º 0.31% 0.55% -
XYZ 15.73 16.84 26.85 -
YUV 112.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 96 116 139 0.31 0.17 0 0.45 212.09 0.18 0.46
Hex 60 74 8B 1F 11 0 2D D4 12 2E
Octal 140 164 213 37 21 0 55 324 22 56
Binary 1100000 1110100 10001011 11111 10001 0 101101 11010100 10010 101110

Color Harmonies of #60748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60748B

Black with #60748B

Text Example


Text Example

White with #60748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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