#61668B

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

Shades of Waikawa Grey #61668B

Tints of Waikawa Grey #61668B

Color information

#61668B (or 0x61668B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 66 and 8B. RGB value is (97,102,139). Sum of RGB (Red+Green+Blue) = 97+102+139=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #61668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61668B is #9E9974. Grayscale: #686868. Windows color (decimal): -10393973 or 9135713. OLE color: 9135713.

HSL color Cylindrical-coordinate representation of color #61668B: hue angle of 232.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61668B is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97102139-
CMYK0.300.2700.45
HSL232.86º17.8%46.27%-
HSV(B)232.86º30.22%54.51%-
XYZ14.3413.9126.35-
YUV104.72147.34122.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=28.70%
G=30.18%
B=41.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971021390.300.2700.45232.8617.846.27
Hex61668B1E1B02De9122e
Octal14114621336330553512256
Binary1100001110011010001011111101101101011011110100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61668B; }

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

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

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

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

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

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

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

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