#61658D

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

Shades of Waikawa Grey #61658D

Tints of Waikawa Grey #61658D

Color information

#61658D (or 0x61658D) is unknown color: approx Waikawa Grey. HEX triplet: 61, 65 and 8D. RGB value is (97,101,141). Sum of RGB (Red+Green+Blue) = 97+101+141=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #61658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61658D is #9E9A72. Grayscale: #686868. Windows color (decimal): -10394227 or 9266529. OLE color: 9266529.

HSL color Cylindrical-coordinate representation of color #61658D: hue angle of 234.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61658D is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97101141-
CMYK0.310.2800.45
HSL234.55º18.49%46.67%-
HSV(B)234.55º31.21%55.29%-
XYZ14.3913.7727.1-
YUV104.36148.67122.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=28.61%
G=29.79%
B=41.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971011410.310.2800.45234.5518.4946.67
Hex61658D1F1C02Deb122f
Octal14114521537340553532257
Binary1100001110010110001101111111110001011011110101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61658D; }

 p { color: rgb(97,101,141); }

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

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

 a { background-color: rgb(97,101,141); }

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

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

 span { border-color: rgb(97,101,141); }

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