Html Css Color HEX #60749C Waikawa Grey

📋 copy color: '#60749C'

red 96 ◦ green 116 ◦ blue 156

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

Shades of Waikawa Grey #60749C

Tints of Waikawa Grey #60749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.39%

R = 26.09%
G = 31.52%
B = 42.39%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60749C (or 0x60749C) is known color: Waikawa Grey. HEX triplet: 60, 74 and 9C. RGB value is (96,116,156). Sum of RGB (Red+Green+Blue) = 96+116+156=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #60749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60749C is #9F8B63. Grayscale: #727272. Windows color (decimal): -10455908 or 10253408. OLE color: 10253408.

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

Color convert

RGB 96 116 156 -
CMYK 0.38 0.26 0 0.39
HSL 220º 0.24% 0.49% -
HSV(B) 220º 0.38% 0.61% -
XYZ 17.07 17.38 33.91 -
YUV 114.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 96 116 156 0.38 0.26 0 0.39 220 0.24 0.49
Hex 60 74 9C 26 1A 0 27 DC 18 31
Octal 140 164 234 46 32 0 47 334 30 61
Binary 1100000 1110100 10011100 100110 11010 0 100111 11011100 11000 110001

Color Harmonies of #60749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60749C

Black with #60749C

Text Example


Text Example

White with #60749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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