Html Css Color HEX #60769B Waikawa Grey

📋 copy color: '#60769B'

red 96 ◦ green 118 ◦ blue 155

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

Shades of Waikawa Grey #60769B

Tints of Waikawa Grey #60769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 26.02%
G = 31.98%
B = 42.01%

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

#60769B (or 0x60769B) is known color: Waikawa Grey. HEX triplet: 60, 76 and 9B. RGB value is (96,118,155). Sum of RGB (Red+Green+Blue) = 96+118+155=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #60769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60769B is #9F8964. Grayscale: #737373. Windows color (decimal): -10455397 or 10188384. OLE color: 10188384.

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

Color convert

RGB 96 118 155 -
CMYK 0.38 0.24 0 0.39
HSL 217.63º 0.24% 0.49% -
HSV(B) 217.63º 0.38% 0.61% -
XYZ 17.22 17.81 33.54 -
YUV 115.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 96 118 155 0.38 0.24 0 0.39 217.63 0.24 0.49
Hex 60 76 9B 26 18 0 27 DA 18 31
Octal 140 166 233 46 30 0 47 332 30 61
Binary 1100000 1110110 10011011 100110 11000 0 100111 11011010 11000 110001

Color Harmonies of #60769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60769B

Black with #60769B

Text Example


Text Example

White with #60769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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