#61688B

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

Shades of Waikawa Grey #61688B

Tints of Waikawa Grey #61688B

Color information

#61688B (or 0x61688B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 68 and 8B. RGB value is (97,104,139). Sum of RGB (Red+Green+Blue) = 97+104+139=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #61688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61688B is #9E9774. Grayscale: #696969. Windows color (decimal): -10393461 or 9136225. OLE color: 9136225.

HSL color Cylindrical-coordinate representation of color #61688B: hue angle of 230º 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 #61688B is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97104139-
CMYK0.300.2500.45
HSL230º17.8%46.27%-
HSV(B)230º30.22%54.51%-
XYZ14.5414.3126.42-
YUV105.9146.68121.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=28.53%
G=30.59%
B=40.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971041390.300.2500.4523017.846.27
Hex61688B1E1902De6122e
Octal14115021336310553462256
Binary1100001110100010001011111101100101011011110011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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