Html Css Color HEX #60769E Waikawa Grey

📋 copy color: '#60769E'

red 96 ◦ green 118 ◦ blue 158

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

Shades of Waikawa Grey #60769E

Tints of Waikawa Grey #60769E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.72%

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 25.81%
G = 31.72%
B = 42.47%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60769E (or 0x60769E) is known color: Waikawa Grey. HEX triplet: 60, 76 and 9E. RGB value is (96,118,158). Sum of RGB (Red+Green+Blue) = 96+118+158=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #60769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60769E is #9F8961. Grayscale: #737373. Windows color (decimal): -10455394 or 10384992. OLE color: 10384992.

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

Color convert

RGB 96 118 158 -
CMYK 0.39 0.25 0 0.38
HSL 218.71º 0.24% 0.5% -
HSV(B) 218.71º 0.39% 0.62% -
XYZ 17.47 17.91 34.88 -
YUV 115.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 96 118 158 0.39 0.25 0 0.38 218.71 0.24 0.5
Hex 60 76 9E 27 19 0 26 DB 18 32
Octal 140 166 236 47 31 0 46 333 30 62
Binary 1100000 1110110 10011110 100111 11001 0 100110 11011011 11000 110010

Color Harmonies of #60769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60769E

Black with #60769E

Text Example


Text Example

White with #60769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60769E; }

 p { color: rgb(96,118,158); }

 H1.HeaderClassName
 {
   color: #60769E;
 }
 .AnyTagClassName
 {
   color: #60769E;
 }
</style>

background-color css

<style>
 a { background-color: #60769E; }

 a { background-color: rgb(96,118,158); }

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

border-color css

<style>
 span { border-color: #60769E; }

 span { border-color: rgb(96,118,158); }

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