Html Css Color HEX #60718F Waikawa Grey

📋 copy color: '#60718F'

red 96 ◦ green 113 ◦ blue 143

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

Shades of Waikawa Grey #60718F

Tints of Waikawa Grey #60718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 27.27%
G = 32.1%
B = 40.63%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60718F (or 0x60718F) is known color: Waikawa Grey. HEX triplet: 60, 71 and 8F. RGB value is (96,113,143). Sum of RGB (Red+Green+Blue) = 96+113+143=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 143 - color contains mainly: blue. Hex color #60718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60718F is #9F8E70. Grayscale: #6F6F6F. Windows color (decimal): -10456689 or 9400672. OLE color: 9400672.

HSL color Cylindrical-coordinate representation of color #60718F: hue angle of 218.3º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60718F is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 113 143 -
CMYK 0.33 0.21 0 0.44
HSL 218.3º 0.2% 0.47% -
HSV(B) 218.3º 0.33% 0.56% -
XYZ 15.69 16.28 28.3 -
YUV 111.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 96 113 143 0.33 0.21 0 0.44 218.3 0.2 0.47
Hex 60 71 8F 21 15 0 2C DA 14 2F
Octal 140 161 217 41 25 0 54 332 24 57
Binary 1100000 1110001 10001111 100001 10101 0 101100 11011010 10100 101111

Color Harmonies of #60718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60718F

Black with #60718F

Text Example


Text Example

White with #60718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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