Html Css Color HEX #60769A Waikawa Grey

📋 copy color: '#60769A'

red 96 ◦ green 118 ◦ blue 154

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

Shades of Waikawa Grey #60769A

Tints of Waikawa Grey #60769A

RGB

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

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

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

R = 26.09%
G = 32.07%
B = 41.85%

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

#60769A (or 0x60769A) is known color: Waikawa Grey. HEX triplet: 60, 76 and 9A. RGB value is (96,118,154). Sum of RGB (Red+Green+Blue) = 96+118+154=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #60769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60769A is #9F8965. Grayscale: #737373. Windows color (decimal): -10455398 or 10122848. OLE color: 10122848.

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

Color convert

RGB 96 118 154 -
CMYK 0.38 0.23 0 0.40
HSL 217.24º 0.23% 0.49% -
HSV(B) 217.24º 0.38% 0.6% -
XYZ 17.14 17.78 33.1 -
YUV 115.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 96 118 154 0.38 0.23 0 0.40 217.24 0.23 0.49
Hex 60 76 9A 26 17 0 28 D9 17 31
Octal 140 166 232 46 27 0 50 331 27 61
Binary 1100000 1110110 10011010 100110 10111 0 101000 11011001 10111 110001

Color Harmonies of #60769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60769A

Black with #60769A

Text Example


Text Example

White with #60769A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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