#61828B

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

Shades of Hoki #61828B

Tints of Hoki #61828B

Color information

#61828B (or 0x61828B) is unknown color: approx Hoki. HEX triplet: 61, 82 and 8B. RGB value is (97,130,139). Sum of RGB (Red+Green+Blue) = 97+130+139=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #61828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61828B is #9E7D74. Grayscale: #797979. Windows color (decimal): -10386805 or 9142881. OLE color: 9142881.

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

Color convert

RGB97130139-
CMYK0.300.0600.45
HSL192.86º17.8%46.27%-
HSV(B)192.86º30.22%54.51%-
XYZ17.5720.3727.43-
YUV121.16138.07110.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=26.50%
G=35.52%
B=37.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971301390.300.0600.45192.8617.846.27
Hex61828B1E602Dc1122e
Octal1412022133660553012256
Binary110000110000010100010111111011001011011100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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