Html Css Color HEX #60748E Waikawa Grey

📋 copy color: '#60748E'

red 96 ◦ green 116 ◦ blue 142

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

Shades of Waikawa Grey #60748E

Tints of Waikawa Grey #60748E

RGB

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

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

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

R = 27.12%
G = 32.77%
B = 40.11%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60748E (or 0x60748E) is known color: Waikawa Grey. HEX triplet: 60, 74 and 8E. RGB value is (96,116,142). Sum of RGB (Red+Green+Blue) = 96+116+142=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #60748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60748E is #9F8B71. Grayscale: #707070. Windows color (decimal): -10455922 or 9335904. OLE color: 9335904.

HSL color Cylindrical-coordinate representation of color #60748E: hue angle of 213.91º 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 #60748E is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 116 142 -
CMYK 0.32 0.18 0 0.44
HSL 213.91º 0.19% 0.47% -
HSV(B) 213.91º 0.32% 0.56% -
XYZ 15.95 16.93 28.02 -
YUV 112.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 96 116 142 0.32 0.18 0 0.44 213.91 0.19 0.47
Hex 60 74 8E 20 12 0 2C D6 13 2F
Octal 140 164 216 40 22 0 54 326 23 57
Binary 1100000 1110100 10001110 100000 10010 0 101100 11010110 10011 101111

Color Harmonies of #60748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60748E

Black with #60748E

Text Example


Text Example

White with #60748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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