#61808B

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

Shades of Hoki #61808B

Tints of Hoki #61808B

Color information

#61808B (or 0x61808B) is unknown color: approx Hoki. HEX triplet: 61, 80 and 8B. RGB value is (97,128,139). Sum of RGB (Red+Green+Blue) = 97+128+139=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #61808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61808B is #9E7F74. Grayscale: #777777. Windows color (decimal): -10387317 or 9142369. OLE color: 9142369.

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

Color convert

RGB97128139-
CMYK0.300.0800.45
HSL195.71º17.8%46.27%-
HSV(B)195.71º30.22%54.51%-
XYZ17.3119.8427.34-
YUV119.98138.73111.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=26.65%
G=35.16%
B=38.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971281390.300.0800.45195.7117.846.27
Hex61808B1E802Dc4122e
Octal14120021336100553042256
Binary1100001100000001000101111110100001011011100010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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