Html Css Color HEX #60779D Waikawa Grey

📋 copy color: '#60779D'

red 96 ◦ green 119 ◦ blue 157

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

Shades of Waikawa Grey #60779D

Tints of Waikawa Grey #60779D

RGB

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

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

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

R = 25.81%
G = 31.99%
B = 42.2%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60779D (or 0x60779D) is known color: Waikawa Grey. HEX triplet: 60, 77 and 9D. RGB value is (96,119,157). Sum of RGB (Red+Green+Blue) = 96+119+157=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #60779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60779D is #9F8862. Grayscale: #747474. Windows color (decimal): -10455139 or 10319712. OLE color: 10319712.

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

Color convert

RGB 96 119 157 -
CMYK 0.39 0.24 0 0.38
HSL 217.38º 0.24% 0.5% -
HSV(B) 217.38º 0.39% 0.62% -
XYZ 17.51 18.11 34.47 -
YUV 116.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 96 119 157 0.39 0.24 0 0.38 217.38 0.24 0.5
Hex 60 77 9D 27 18 0 26 D9 18 32
Octal 140 167 235 47 30 0 46 331 30 62
Binary 1100000 1110111 10011101 100111 11000 0 100110 11011001 11000 110010

Color Harmonies of #60779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60779D

Black with #60779D

Text Example


Text Example

White with #60779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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