Html Css Color HEX #60728A Kashmir Blue

📋 copy color: '#60728A'

red 96 ◦ green 114 ◦ blue 138

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

Shades of Kashmir Blue #60728A

Tints of Kashmir Blue #60728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

 BLUE value IS 138 (54.3% from 255) = 39.66%

R = 27.59%
G = 32.76%
B = 39.66%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#60728A (or 0x60728A) is known color: Kashmir Blue. HEX triplet: 60, 72 and 8A. RGB value is (96,114,138). Sum of RGB (Red+Green+Blue) = 96+114+138=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #60728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60728A is #9F8D75. Grayscale: #6F6F6F. Windows color (decimal): -10456438 or 9073248. OLE color: 9073248.

HSL color Cylindrical-coordinate representation of color #60728A: hue angle of 214.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60728A is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 114 138 -
CMYK 0.30 0.17 0 0.46
HSL 214.29º 0.18% 0.46% -
HSV(B) 214.29º 0.3% 0.54% -
XYZ 15.43 16.36 26.39 -
YUV 111.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 96 114 138 0.30 0.17 0 0.46 214.29 0.18 0.46
Hex 60 72 8A 1E 11 0 2E D6 12 2E
Octal 140 162 212 36 21 0 56 326 22 56
Binary 1100000 1110010 10001010 11110 10001 0 101110 11010110 10010 101110

Color Harmonies of #60728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60728A

Black with #60728A

Text Example


Text Example

White with #60728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60728A; }

 p { color: rgb(96,114,138); }

 H1.HeaderClassName
 {
   color: #60728A;
 }
 .AnyTagClassName
 {
   color: #60728A;
 }
</style>

background-color css

<style>
 a { background-color: #60728A; }

 a { background-color: rgb(96,114,138); }

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

border-color css

<style>
 span { border-color: #60728A; }

 span { border-color: rgb(96,114,138); }

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