#61769F

Color #61769F Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #61769F

Tints of Waikawa Grey #61769F

Color information

#61769F (or 0x61769F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 76 and 9F. RGB value is (97,118,159). Sum of RGB (Red+Green+Blue) = 97+118+159=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 118 (46.48% from 255 or 31.55% 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 #61769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61769F is #9E8960. Grayscale: #747474. Windows color (decimal): -10389857 or 10450529. OLE color: 10450529.

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

Color convert

RGB97118159-
CMYK0.390.2600.38
HSL219.68º24.41%50.2%-
HSV(B)219.68º38.99%62.35%-
XYZ17.671835.34-
YUV116.4152.04114.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=25.94%
G=31.55%
B=42.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971181590.390.2600.38219.6824.4150.2
Hex61769F271A026dc1832
Octal14116623747320463343062
Binary11000011110110100111111001111101001001101101110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,118,159); }

 H1.HeaderClassName
 {
   color: #61769F;
 }
 .AnyTagClassName
 {
   color: #61769F;
 }
</style>
background-color css

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

 a { background-color: rgb(97,118,159); }

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

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

 span { border-color: rgb(97,118,159); }

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