#616b83

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

Shades of Waikawa Grey #616B83

Tints of Waikawa Grey #616B83

Color information

#616B83 (or 0x616B83) is unknown color: approx Waikawa Grey. HEX triplet: 61, 6B and 83. RGB value is (97,107,131). Sum of RGB (Red+Green+Blue) = 97+107+131=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #616B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B83 is #9E947C. Grayscale: #6A6A6A. Windows color (decimal): -10392701 or 8612705. OLE color: 8612705.

HSL color Cylindrical-coordinate representation of color #616B83: hue angle of 222.35º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #616B83 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97107131-
CMYK0.260.1800.49
HSL222.35º14.91%44.71%-
HSV(B)222.35º25.95%51.37%-
XYZ14.2814.723.56-
YUV106.75141.69121.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=28.96%
G=31.94%
B=39.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971071310.260.1800.49222.3514.9144.71
Hex616B831A12031def2d
Octal14115320332220613361755
Binary110000111010111000001111010100100110001110111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616b83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616b83; }

 p { color: rgb(97,107,131); }

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

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

 a { background-color: rgb(97,107,131); }

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

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

 span { border-color: rgb(97,107,131); }

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