#61818D

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

Shades of Hoki #61818D

Tints of Hoki #61818D

Color information

#61818D (or 0x61818D) is unknown color: approx Hoki. HEX triplet: 61, 81 and 8D. RGB value is (97,129,141). Sum of RGB (Red+Green+Blue) = 97+129+141=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #61818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61818D is #9E7E72. Grayscale: #787878. Windows color (decimal): -10387059 or 9273697. OLE color: 9273697.

HSL color Cylindrical-coordinate representation of color #61818D: hue angle of 196.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61818D is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97129141-
CMYK0.310.0900.45
HSL196.36º18.49%46.67%-
HSV(B)196.36º31.21%55.29%-
XYZ17.5920.1628.16-
YUV120.8139.4111.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 141 (55.47% from 255) = 38.42%
R=26.43%
G=35.15%
B=38.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971291410.310.0900.45196.3618.4946.67
Hex61818D1F902Dc4122f
Octal14120121537110553042257
Binary1100001100000011000110111111100101011011100010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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