#617390

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

Shades of Waikawa Grey #617390

Tints of Waikawa Grey #617390

Color information

#617390 (or 0x617390) is unknown color: approx Waikawa Grey. HEX triplet: 61, 73 and 90. RGB value is (97,115,144). Sum of RGB (Red+Green+Blue) = 97+115+144=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #617390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617390 is #9E8C6F. Grayscale: #707070. Windows color (decimal): -10390640 or 9466721. OLE color: 9466721.

HSL color Cylindrical-coordinate representation of color #617390: hue angle of 217.02º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #617390 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97115144-
CMYK0.330.2000.44
HSL217.02º19.5%47.25%-
HSV(B)217.02º32.64%56.47%-
XYZ16.0916.8228.78-
YUV112.92145.54116.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=27.25%
G=32.30%
B=40.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971151440.330.2000.44217.0219.547.25
Hex617390211402Cd9142f
Octal14116322041240543312457
Binary11000011110011100100001000011010001011001101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617390; }

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

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

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

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

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

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

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

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