Html Css Color HEX #60739D Waikawa Grey

📋 copy color: '#60739D'

red 96 ◦ green 115 ◦ blue 157

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

Shades of Waikawa Grey #60739D

Tints of Waikawa Grey #60739D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 26.09%
G = 31.25%
B = 42.66%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60739D (or 0x60739D) is known color: Waikawa Grey. HEX triplet: 60, 73 and 9D. RGB value is (96,115,157). Sum of RGB (Red+Green+Blue) = 96+115+157=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #60739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60739D is #9F8C62. Grayscale: #717171. Windows color (decimal): -10456163 or 10318688. OLE color: 10318688.

HSL color Cylindrical-coordinate representation of color #60739D: hue angle of 221.31º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60739D is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 115 157 -
CMYK 0.39 0.27 0 0.38
HSL 221.31º 0.24% 0.5% -
HSV(B) 221.31º 0.39% 0.62% -
XYZ 17.04 17.18 34.32 -
YUV 114.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 96 115 157 0.39 0.27 0 0.38 221.31 0.24 0.5
Hex 60 73 9D 27 1B 0 26 DD 18 32
Octal 140 163 235 47 33 0 46 335 30 62
Binary 1100000 1110011 10011101 100111 11011 0 100110 11011101 11000 110010

Color Harmonies of #60739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60739D

Black with #60739D

Text Example


Text Example

White with #60739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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