Html Css Color HEX #60759E Waikawa Grey

📋 copy color: '#60759E'

red 96 ◦ green 117 ◦ blue 158

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

Shades of Waikawa Grey #60759E

Tints of Waikawa Grey #60759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 25.88%
G = 31.54%
B = 42.59%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60759E (or 0x60759E) is known color: Waikawa Grey. HEX triplet: 60, 75 and 9E. RGB value is (96,117,158). Sum of RGB (Red+Green+Blue) = 96+117+158=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #60759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60759E is #9F8A61. Grayscale: #737373. Windows color (decimal): -10455650 or 10384736. OLE color: 10384736.

HSL color Cylindrical-coordinate representation of color #60759E: hue angle of 219.68º 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 #60759E is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 117 158 -
CMYK 0.39 0.26 0 0.38
HSL 219.68º 0.24% 0.5% -
HSV(B) 219.68º 0.39% 0.62% -
XYZ 17.36 17.68 34.85 -
YUV 115.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 96 117 158 0.39 0.26 0 0.38 219.68 0.24 0.5
Hex 60 75 9E 27 1A 0 26 DC 18 32
Octal 140 165 236 47 32 0 46 334 30 62
Binary 1100000 1110101 10011110 100111 11010 0 100110 11011100 11000 110010

Color Harmonies of #60759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60759E

Black with #60759E

Text Example


Text Example

White with #60759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60759E; }

 p { color: rgb(96,117,158); }

 H1.HeaderClassName
 {
   color: #60759E;
 }
 .AnyTagClassName
 {
   color: #60759E;
 }
</style>

background-color css

<style>
 a { background-color: #60759E; }

 a { background-color: rgb(96,117,158); }

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

border-color css

<style>
 span { border-color: #60759E; }

 span { border-color: rgb(96,117,158); }

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