#68828A

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

Shades of Hoki #68828A

Tints of Hoki #68828A

Color information

#68828A (or 0x68828A) is unknown color: approx Hoki. HEX triplet: 68, 82 and 8A. RGB value is (104,130,138). Sum of RGB (Red+Green+Blue) = 104+130+138=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #68828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68828A is #977D75. Grayscale: #7B7B7B. Windows color (decimal): -9928054 or 9077352. OLE color: 9077352.

HSL color Cylindrical-coordinate representation of color #68828A: hue angle of 194.12º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68828A is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104130138-
CMYK0.250.0600.46
HSL194.12º14.05%47.45%-
HSV(B)194.12º24.64%54.12%-
XYZ18.2820.7427.09-
YUV123.14136.39114.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 138 (54.30% from 255) = 37.10%
R=27.96%
G=34.95%
B=37.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041301380.250.0600.46194.1214.0547.45
Hex68828A19602Ec2e2f
Octal1502022123160563021657
Binary11010001000001010001010110011100101110110000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68828A; }

 p { color: rgb(104,130,138); }

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

<style>
 a { background-color: #68828A; }

 a { background-color: rgb(104,130,138); }

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

<style>
 span { border-color: #68828A; }

 span { border-color: rgb(104,130,138); }

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