Html Css Color HEX #60708B Waikawa Grey

📋 copy color: '#60708B'

red 96 ◦ green 112 ◦ blue 139

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

Shades of Waikawa Grey #60708B

Tints of Waikawa Grey #60708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 27.67%
G = 32.28%
B = 40.06%

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

#60708B (or 0x60708B) is known color: Waikawa Grey. HEX triplet: 60, 70 and 8B. RGB value is (96,112,139). Sum of RGB (Red+Green+Blue) = 96+112+139=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #60708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60708B is #9F8F74. Grayscale: #6E6E6E. Windows color (decimal): -10456949 or 9138272. OLE color: 9138272.

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

Color convert

RGB 96 112 139 -
CMYK 0.31 0.19 0 0.45
HSL 217.67º 0.18% 0.46% -
HSV(B) 217.67º 0.31% 0.55% -
XYZ 15.28 15.94 26.7 -
YUV 110.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 96 112 139 0.31 0.19 0 0.45 217.67 0.18 0.46
Hex 60 70 8B 1F 13 0 2D DA 12 2E
Octal 140 160 213 37 23 0 55 332 22 56
Binary 1100000 1110000 10001011 11111 10011 0 101101 11011010 10010 101110

Color Harmonies of #60708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60708B

Black with #60708B

Text Example


Text Example

White with #60708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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