Html Css Color HEX #60708C Waikawa Grey

📋 copy color: '#60708C'

red 96 ◦ green 112 ◦ blue 140

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

Shades of Waikawa Grey #60708C

Tints of Waikawa Grey #60708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

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

R = 27.59%
G = 32.18%
B = 40.23%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60708C (or 0x60708C) is known color: Waikawa Grey. HEX triplet: 60, 70 and 8C. RGB value is (96,112,140). Sum of RGB (Red+Green+Blue) = 96+112+140=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #60708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60708C is #9F8F73. Grayscale: #6E6E6E. Windows color (decimal): -10456948 or 9203808. OLE color: 9203808.

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

Color convert

RGB 96 112 140 -
CMYK 0.31 0.20 0 0.45
HSL 218.18º 0.19% 0.46% -
HSV(B) 218.18º 0.31% 0.55% -
XYZ 15.35 15.97 27.08 -
YUV 110.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 96 112 140 0.31 0.20 0 0.45 218.18 0.19 0.46
Hex 60 70 8C 1F 14 0 2D DA 13 2E
Octal 140 160 214 37 24 0 55 332 23 56
Binary 1100000 1110000 10001100 11111 10100 0 101101 11011010 10011 101110

Color Harmonies of #60708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60708C

Black with #60708C

Text Example


Text Example

White with #60708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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