Html Css Color HEX #60739A Waikawa Grey

📋 copy color: '#60739A'

red 96 ◦ green 115 ◦ blue 154

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

Shades of Waikawa Grey #60739A

Tints of Waikawa Grey #60739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.51%

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 26.3%
G = 31.51%
B = 42.19%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60739A (or 0x60739A) is known color: Waikawa Grey. HEX triplet: 60, 73 and 9A. RGB value is (96,115,154). Sum of RGB (Red+Green+Blue) = 96+115+154=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #60739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60739A is #9F8C65. Grayscale: #717171. Windows color (decimal): -10456166 or 10122080. OLE color: 10122080.

HSL color Cylindrical-coordinate representation of color #60739A: hue angle of 220.34º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60739A is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 115 154 -
CMYK 0.38 0.25 0 0.40
HSL 220.34º 0.23% 0.49% -
HSV(B) 220.34º 0.38% 0.6% -
XYZ 16.79 17.08 32.98 -
YUV 113.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 96 115 154 0.38 0.25 0 0.40 220.34 0.23 0.49
Hex 60 73 9A 26 19 0 28 DC 17 31
Octal 140 163 232 46 31 0 50 334 27 61
Binary 1100000 1110011 10011010 100110 11001 0 101000 11011100 10111 110001

Color Harmonies of #60739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60739A

Black with #60739A

Text Example


Text Example

White with #60739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60739A; }

 p { color: rgb(96,115,154); }

 H1.HeaderClassName
 {
   color: #60739A;
 }
 .AnyTagClassName
 {
   color: #60739A;
 }
</style>

background-color css

<style>
 a { background-color: #60739A; }

 a { background-color: rgb(96,115,154); }

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

border-color css

<style>
 span { border-color: #60739A; }

 span { border-color: rgb(96,115,154); }

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