#616792

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

Shades of Waikawa Grey #616792

Tints of Waikawa Grey #616792

Color information

#616792 (or 0x616792) is unknown color: approx Waikawa Grey. HEX triplet: 61, 67 and 92. RGB value is (97,103,146). Sum of RGB (Red+Green+Blue) = 97+103+146=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #616792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616792 is #9E986D. Grayscale: #696969. Windows color (decimal): -10393710 or 9594721. OLE color: 9594721.

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

Color convert

RGB97103146-
CMYK0.340.2900.43
HSL232.65º20.16%47.65%-
HSV(B)232.65º33.56%57.25%-
XYZ14.9714.3229.17-
YUV106.11150.51121.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=28.03%
G=29.77%
B=42.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971031460.340.2900.43232.6520.1647.65
Hex616792221D02Be91430
Octal14114722242350533512460
Binary11000011100111100100101000101110101010111110100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616792; }

 p { color: rgb(97,103,146); }

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

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

 a { background-color: rgb(97,103,146); }

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

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

 span { border-color: rgb(97,103,146); }

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