#616693

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

Shades of Waikawa Grey #616693

Tints of Waikawa Grey #616693

Color information

#616693 (or 0x616693) is unknown color: approx Waikawa Grey. HEX triplet: 61, 66 and 93. RGB value is (97,102,147). Sum of RGB (Red+Green+Blue) = 97+102+147=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #616693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616693 is #9E996C. Grayscale: #696969. Windows color (decimal): -10393965 or 9660001. OLE color: 9660001.

HSL color Cylindrical-coordinate representation of color #616693: hue angle of 234º 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 #616693 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97102147-
CMYK0.340.3100.42
HSL234º20.49%47.84%-
HSV(B)234º34.01%57.65%-
XYZ14.9514.1529.55-
YUV105.64151.34121.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=28.03%
G=29.48%
B=42.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971021470.340.3100.4223420.4947.84
Hex616693221F02Aea1430
Octal14114622342370523522460
Binary11000011100110100100111000101111101010101110101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616693; }

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

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

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

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

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

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

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

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