Html Css Color HEX #60749D Waikawa Grey

📋 copy color: '#60749D'

red 96 ◦ green 116 ◦ blue 157

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

Shades of Waikawa Grey #60749D

Tints of Waikawa Grey #60749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 26.02%
G = 31.44%
B = 42.55%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60749D (or 0x60749D) is known color: Waikawa Grey. HEX triplet: 60, 74 and 9D. RGB value is (96,116,157). Sum of RGB (Red+Green+Blue) = 96+116+157=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #60749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60749D is #9F8B62. Grayscale: #727272. Windows color (decimal): -10455907 or 10318944. OLE color: 10318944.

HSL color Cylindrical-coordinate representation of color #60749D: hue angle of 220.33º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60749D is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 116 157 -
CMYK 0.39 0.26 0 0.38
HSL 220.33º 0.24% 0.5% -
HSV(B) 220.33º 0.39% 0.62% -
XYZ 17.16 17.41 34.35 -
YUV 114.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 96 116 157 0.39 0.26 0 0.38 220.33 0.24 0.5
Hex 60 74 9D 27 1A 0 26 DC 18 32
Octal 140 164 235 47 32 0 46 334 30 62
Binary 1100000 1110100 10011101 100111 11010 0 100110 11011100 11000 110010

Color Harmonies of #60749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60749D

Black with #60749D

Text Example


Text Example

White with #60749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60749D; }

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

 H1.HeaderClassName
 {
   color: #60749D;
 }
 .AnyTagClassName
 {
   color: #60749D;
 }
</style>

background-color css

<style>
 a { background-color: #60749D; }

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

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

border-color css

<style>
 span { border-color: #60749D; }

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

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