#617393

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

Shades of Waikawa Grey #617393

Tints of Waikawa Grey #617393

Color information

#617393 (or 0x617393) is unknown color: approx Waikawa Grey. HEX triplet: 61, 73 and 93. RGB value is (97,115,147). Sum of RGB (Red+Green+Blue) = 97+115+147=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #617393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617393 is #9E8C6C. Grayscale: #717171. Windows color (decimal): -10390637 or 9663329. OLE color: 9663329.

HSL color Cylindrical-coordinate representation of color #617393: hue angle of 218.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #617393 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97115147-
CMYK0.340.2200.42
HSL218.4º20.49%47.84%-
HSV(B)218.4º34.01%57.65%-
XYZ16.3316.9130.01-
YUV113.27147.04116.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 147 (57.81% from 255) = 40.95%
R=27.02%
G=32.03%
B=40.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971151470.340.2200.42218.420.4947.84
Hex617393221602Ada1430
Octal14116322342260523322460
Binary11000011110011100100111000101011001010101101101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617393; }

 p { color: rgb(97,115,147); }

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

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

 a { background-color: rgb(97,115,147); }

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

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

 span { border-color: rgb(97,115,147); }

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