#61719E

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

Shades of Waikawa Grey #61719E

Tints of Waikawa Grey #61719E

Color information

#61719E (or 0x61719E) is unknown color: approx Waikawa Grey. HEX triplet: 61, 71 and 9E. RGB value is (97,113,158). Sum of RGB (Red+Green+Blue) = 97+113+158=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #61719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61719E is #9E8E61. Grayscale: #717171. Windows color (decimal): -10391138 or 10383713. OLE color: 10383713.

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

Color convert

RGB97113158-
CMYK0.390.2800.38
HSL224.26º23.92%50%-
HSV(B)224.26º38.61%61.96%-
XYZ17.0116.8234.7-
YUV113.35153.2116.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=26.36%
G=30.71%
B=42.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971131580.390.2800.38224.2623.9250
Hex61719E271C026e01832
Octal14116123647340463403062
Binary11000011110001100111101001111110001001101110000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,113,158); }

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

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

 a { background-color: rgb(97,113,158); }

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

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

 span { border-color: rgb(97,113,158); }

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