Html Css Color HEX #60748C Kashmir Blue

📋 copy color: '#60748C'

red 96 ◦ green 116 ◦ blue 140

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

Shades of Kashmir Blue #60748C

Tints of Kashmir Blue #60748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.77%

R = 27.27%
G = 32.95%
B = 39.77%

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

#60748C (or 0x60748C) is known color: Kashmir Blue. HEX triplet: 60, 74 and 8C. RGB value is (96,116,140). Sum of RGB (Red+Green+Blue) = 96+116+140=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #60748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60748C is #9F8B73. Grayscale: #707070. Windows color (decimal): -10455924 or 9204832. OLE color: 9204832.

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

Color convert

RGB 96 116 140 -
CMYK 0.31 0.17 0 0.45
HSL 212.73º 0.19% 0.46% -
HSV(B) 212.73º 0.31% 0.55% -
XYZ 15.8 16.87 27.23 -
YUV 112.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 96 116 140 0.31 0.17 0 0.45 212.73 0.19 0.46
Hex 60 74 8C 1F 11 0 2D D5 13 2E
Octal 140 164 214 37 21 0 55 325 23 56
Binary 1100000 1110100 10001100 11111 10001 0 101101 11010101 10011 101110

Color Harmonies of #60748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60748C

Black with #60748C

Text Example


Text Example

White with #60748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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