Html Css Color HEX #60779E Waikawa Grey

📋 copy color: '#60779E'

red 96 ◦ green 119 ◦ blue 158

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

Shades of Waikawa Grey #60779E

Tints of Waikawa Grey #60779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

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

R = 25.74%
G = 31.9%
B = 42.36%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60779E (or 0x60779E) is known color: Waikawa Grey. HEX triplet: 60, 77 and 9E. RGB value is (96,119,158). Sum of RGB (Red+Green+Blue) = 96+119+158=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #60779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60779E is #9F8861. Grayscale: #747474. Windows color (decimal): -10455138 or 10385248. OLE color: 10385248.

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

Color convert

RGB 96 119 158 -
CMYK 0.39 0.25 0 0.38
HSL 217.74º 0.24% 0.5% -
HSV(B) 217.74º 0.39% 0.62% -
XYZ 17.59 18.15 34.92 -
YUV 116.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 96 119 158 0.39 0.25 0 0.38 217.74 0.24 0.5
Hex 60 77 9E 27 19 0 26 DA 18 32
Octal 140 167 236 47 31 0 46 332 30 62
Binary 1100000 1110111 10011110 100111 11001 0 100110 11011010 11000 110010

Color Harmonies of #60779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60779E

Black with #60779E

Text Example


Text Example

White with #60779E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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