Html Css Color HEX #60779C Waikawa Grey

📋 copy color: '#60779C'

red 96 ◦ green 119 ◦ blue 156

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

Shades of Waikawa Grey #60779C

Tints of Waikawa Grey #60779C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 25.88%
G = 32.08%
B = 42.05%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60779C (or 0x60779C) is known color: Waikawa Grey. HEX triplet: 60, 77 and 9C. RGB value is (96,119,156). Sum of RGB (Red+Green+Blue) = 96+119+156=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #60779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60779C is #9F8863. Grayscale: #747474. Windows color (decimal): -10455140 or 10254176. OLE color: 10254176.

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

Color convert

RGB 96 119 156 -
CMYK 0.38 0.24 0 0.39
HSL 217º 0.24% 0.49% -
HSV(B) 217º 0.38% 0.61% -
XYZ 17.42 18.08 34.02 -
YUV 116.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 96 119 156 0.38 0.24 0 0.39 217 0.24 0.49
Hex 60 77 9C 26 18 0 27 D9 18 31
Octal 140 167 234 46 30 0 47 331 30 61
Binary 1100000 1110111 10011100 100110 11000 0 100111 11011001 11000 110001

Color Harmonies of #60779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60779C

Black with #60779C

Text Example


Text Example

White with #60779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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