#61808C

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

Shades of Hoki #61808C

Tints of Hoki #61808C

Color information

#61808C (or 0x61808C) is unknown color: approx Hoki. HEX triplet: 61, 80 and 8C. RGB value is (97,128,140). Sum of RGB (Red+Green+Blue) = 97+128+140=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #61808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61808C is #9E7F73. Grayscale: #787878. Windows color (decimal): -10387316 or 9207905. OLE color: 9207905.

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

Color convert

RGB97128140-
CMYK0.310.0900.45
HSL196.74º18.14%46.47%-
HSV(B)196.74º30.71%54.9%-
XYZ17.3819.8727.73-
YUV120.1139.23111.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=26.58%
G=35.07%
B=38.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971281400.310.0900.45196.7418.1446.47
Hex61808C1F902Dc5122e
Octal14120021437110553052256
Binary1100001100000001000110011111100101011011100010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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