Html Css Color HEX #60779B Waikawa Grey

📋 copy color: '#60779B'

red 96 ◦ green 119 ◦ blue 155

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

Shades of Waikawa Grey #60779B

Tints of Waikawa Grey #60779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 25.95%
G = 32.16%
B = 41.89%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60779B (or 0x60779B) is known color: Waikawa Grey. HEX triplet: 60, 77 and 9B. RGB value is (96,119,155). Sum of RGB (Red+Green+Blue) = 96+119+155=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #60779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60779B is #9F8864. Grayscale: #747474. Windows color (decimal): -10455141 or 10188640. OLE color: 10188640.

HSL color Cylindrical-coordinate representation of color #60779B: hue angle of 216.61º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60779B is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 119 155 -
CMYK 0.38 0.23 0 0.39
HSL 216.61º 0.24% 0.49% -
HSV(B) 216.61º 0.38% 0.61% -
XYZ 17.34 18.05 33.58 -
YUV 116.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 96 119 155 0.38 0.23 0 0.39 216.61 0.24 0.49
Hex 60 77 9B 26 17 0 27 D9 18 31
Octal 140 167 233 46 27 0 47 331 30 61
Binary 1100000 1110111 10011011 100110 10111 0 100111 11011001 11000 110001

Color Harmonies of #60779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60779B

Black with #60779B

Text Example


Text Example

White with #60779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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