Html Css Color HEX #60778E Kashmir Blue

📋 copy color: '#60778E'

red 96 ◦ green 119 ◦ blue 142

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

Shades of Kashmir Blue #60778E

Tints of Kashmir Blue #60778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 26.89%
G = 33.33%
B = 39.78%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60778E (or 0x60778E) is known color: Kashmir Blue. HEX triplet: 60, 77 and 8E. RGB value is (96,119,142). Sum of RGB (Red+Green+Blue) = 96+119+142=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #60778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60778E is #9F8871. Grayscale: #727272. Windows color (decimal): -10455154 or 9336672. OLE color: 9336672.

HSL color Cylindrical-coordinate representation of color #60778E: hue angle of 210º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60778E is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 119 142 -
CMYK 0.32 0.16 0 0.44
HSL 210º 0.19% 0.47% -
HSV(B) 210º 0.32% 0.56% -
XYZ 16.3 17.63 28.14 -
YUV 114.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 96 119 142 0.32 0.16 0 0.44 210 0.19 0.47
Hex 60 77 8E 20 10 0 2C D2 13 2F
Octal 140 167 216 40 20 0 54 322 23 57
Binary 1100000 1110111 10001110 100000 10000 0 101100 11010010 10011 101111

Color Harmonies of #60778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60778E

Black with #60778E

Text Example


Text Example

White with #60778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60778E; }

 p { color: rgb(96,119,142); }

 H1.HeaderClassName
 {
   color: #60778E;
 }
 .AnyTagClassName
 {
   color: #60778E;
 }
</style>

background-color css

<style>
 a { background-color: #60778E; }

 a { background-color: rgb(96,119,142); }

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

border-color css

<style>
 span { border-color: #60778E; }

 span { border-color: rgb(96,119,142); }

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