Html Css Color HEX #60768C Kashmir Blue

📋 copy color: '#60768C'

red 96 ◦ green 118 ◦ blue 140

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

Shades of Kashmir Blue #60768C

Tints of Kashmir Blue #60768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

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

R = 27.12%
G = 33.33%
B = 39.55%

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

#60768C (or 0x60768C) is known color: Kashmir Blue. HEX triplet: 60, 76 and 8C. RGB value is (96,118,140). Sum of RGB (Red+Green+Blue) = 96+118+140=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #60768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60768C is #9F8973. Grayscale: #717171. Windows color (decimal): -10455412 or 9205344. OLE color: 9205344.

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

Color convert

RGB 96 118 140 -
CMYK 0.31 0.16 0 0.45
HSL 210º 0.19% 0.46% -
HSV(B) 210º 0.31% 0.55% -
XYZ 16.04 17.34 27.31 -
YUV 113.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 96 118 140 0.31 0.16 0 0.45 210 0.19 0.46
Hex 60 76 8C 1F 10 0 2D D2 13 2E
Octal 140 166 214 37 20 0 55 322 23 56
Binary 1100000 1110110 10001100 11111 10000 0 101101 11010010 10011 101110

Color Harmonies of #60768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60768C

Black with #60768C

Text Example


Text Example

White with #60768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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