#61818B

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

Shades of Hoki #61818B

Tints of Hoki #61818B

Color information

#61818B (or 0x61818B) is unknown color: approx Hoki. HEX triplet: 61, 81 and 8B. RGB value is (97,129,139). Sum of RGB (Red+Green+Blue) = 97+129+139=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #61818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61818B is #9E7E74. Grayscale: #787878. Windows color (decimal): -10387061 or 9142625. OLE color: 9142625.

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

Color convert

RGB97129139-
CMYK0.300.0700.45
HSL194.29º17.8%46.27%-
HSV(B)194.29º30.22%54.51%-
XYZ17.4420.1127.39-
YUV120.57138.4111.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=26.58%
G=35.34%
B=38.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971291390.300.0700.45194.2917.846.27
Hex61818B1E702Dc2122e
Octal1412012133670553022256
Binary110000110000001100010111111011101011011100001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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