#61838C

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

Shades of Hoki #61838C

Tints of Hoki #61838C

Color information

#61838C (or 0x61838C) is unknown color: approx Hoki. HEX triplet: 61, 83 and 8C. RGB value is (97,131,140). Sum of RGB (Red+Green+Blue) = 97+131+140=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #61838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61838C is #9E7C73. Grayscale: #797979. Windows color (decimal): -10386548 or 9208673. OLE color: 9208673.

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

Color convert

RGB97131140-
CMYK0.310.0600.45
HSL192.56º18.14%46.47%-
HSV(B)192.56º30.71%54.9%-
XYZ17.7820.6727.86-
YUV121.86138.24110.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 140 (55.08% from 255) = 38.04%
R=26.36%
G=35.60%
B=38.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971311400.310.0600.45192.5618.1446.47
Hex61838C1F602Dc1122e
Octal1412032143760553012256
Binary110000110000011100011001111111001011011100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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