Html Css Color HEX #60779F Waikawa Grey

📋 copy color: '#60779F'

red 96 ◦ green 119 ◦ blue 159

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

Shades of Waikawa Grey #60779F

Tints of Waikawa Grey #60779F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 25.67%
G = 31.82%
B = 42.51%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60779F (or 0x60779F) is known color: Waikawa Grey. HEX triplet: 60, 77 and 9F. RGB value is (96,119,159). Sum of RGB (Red+Green+Blue) = 96+119+159=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #60779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60779F is #9F8860. Grayscale: #747474. Windows color (decimal): -10455137 or 10450784. OLE color: 10450784.

HSL color Cylindrical-coordinate representation of color #60779F: hue angle of 218.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60779F is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 119 159 -
CMYK 0.40 0.25 0 0.38
HSL 218.1º 0.25% 0.5% -
HSV(B) 218.1º 0.4% 0.62% -
XYZ 17.68 18.18 35.38 -
YUV 116.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 96 119 159 0.40 0.25 0 0.38 218.1 0.25 0.5
Hex 60 77 9F 28 19 0 26 DA 19 32
Octal 140 167 237 50 31 0 46 332 31 62
Binary 1100000 1110111 10011111 101000 11001 0 100110 11011010 11001 110010

Color Harmonies of #60779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60779F

Black with #60779F

Text Example


Text Example

White with #60779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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