Html Css Color HEX #60718C Waikawa Grey

📋 copy color: '#60718C'

red 96 ◦ green 113 ◦ blue 140

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

Shades of Waikawa Grey #60718C

Tints of Waikawa Grey #60718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

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

R = 27.51%
G = 32.38%
B = 40.11%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60718C (or 0x60718C) is known color: Waikawa Grey. HEX triplet: 60, 71 and 8C. RGB value is (96,113,140). Sum of RGB (Red+Green+Blue) = 96+113+140=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #60718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60718C is #9F8E73. Grayscale: #6E6E6E. Windows color (decimal): -10456692 or 9204064. OLE color: 9204064.

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

Color convert

RGB 96 113 140 -
CMYK 0.31 0.19 0 0.45
HSL 216.82º 0.19% 0.46% -
HSV(B) 216.82º 0.31% 0.55% -
XYZ 15.46 16.19 27.12 -
YUV 111 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 96 113 140 0.31 0.19 0 0.45 216.82 0.19 0.46
Hex 60 71 8C 1F 13 0 2D D9 13 2E
Octal 140 161 214 37 23 0 55 331 23 56
Binary 1100000 1110001 10001100 11111 10011 0 101101 11011001 10011 101110

Color Harmonies of #60718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60718C

Black with #60718C

Text Example


Text Example

White with #60718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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