Html Css Color HEX #60779A Waikawa Grey

📋 copy color: '#60779A'

red 96 ◦ green 119 ◦ blue 154

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

Shades of Waikawa Grey #60779A

Tints of Waikawa Grey #60779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.73%

R = 26.02%
G = 32.25%
B = 41.73%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60779A (or 0x60779A) is known color: Waikawa Grey. HEX triplet: 60, 77 and 9A. RGB value is (96,119,154). Sum of RGB (Red+Green+Blue) = 96+119+154=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #60779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60779A is #9F8865. Grayscale: #737373. Windows color (decimal): -10455142 or 10123104. OLE color: 10123104.

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

Color convert

RGB 96 119 154 -
CMYK 0.38 0.23 0 0.40
HSL 216.21º 0.23% 0.49% -
HSV(B) 216.21º 0.38% 0.6% -
XYZ 17.25 18.01 33.14 -
YUV 116.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 96 119 154 0.38 0.23 0 0.40 216.21 0.23 0.49
Hex 60 77 9A 26 17 0 28 D8 17 31
Octal 140 167 232 46 27 0 50 330 27 61
Binary 1100000 1110111 10011010 100110 10111 0 101000 11011000 10111 110001

Color Harmonies of #60779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60779A

Black with #60779A

Text Example


Text Example

White with #60779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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