#61818C

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

Shades of Hoki #61818C

Tints of Hoki #61818C

Color information

#61818C (or 0x61818C) is unknown color: approx Hoki. HEX triplet: 61, 81 and 8C. RGB value is (97,129,140). Sum of RGB (Red+Green+Blue) = 97+129+140=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #61818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61818C is #9E7E73. Grayscale: #787878. Windows color (decimal): -10387060 or 9208161. OLE color: 9208161.

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

Color convert

RGB97129140-
CMYK0.310.0800.45
HSL195.35º18.14%46.47%-
HSV(B)195.35º30.71%54.9%-
XYZ17.5120.1427.77-
YUV120.69138.9111.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=26.50%
G=35.25%
B=38.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971291400.310.0800.45195.3518.1446.47
Hex61818C1F802Dc3122e
Octal14120121437100553032256
Binary1100001100000011000110011111100001011011100001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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