#61838B

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

Shades of Hoki #61838B

Tints of Hoki #61838B

Color information

#61838B (or 0x61838B) is unknown color: approx Hoki. HEX triplet: 61, 83 and 8B. RGB value is (97,131,139). Sum of RGB (Red+Green+Blue) = 97+131+139=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #61838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61838B is #9E7C74. Grayscale: #797979. Windows color (decimal): -10386549 or 9143137. OLE color: 9143137.

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

Color convert

RGB97131139-
CMYK0.300.0600.45
HSL191.43º17.8%46.27%-
HSV(B)191.43º30.22%54.51%-
XYZ17.7120.6427.48-
YUV121.75137.74110.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=26.43%
G=35.69%
B=37.87%

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
Decimal971311390.300.0600.45191.4317.846.27
Hex61838B1E602Dbf122e
Octal1412032133660552772256
Binary110000110000011100010111111011001011011011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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