#678082

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

Shades of Hoki #678082

Tints of Hoki #678082

Color information

#678082 (or 0x678082) is unknown color: approx Hoki. HEX triplet: 67, 80 and 82. RGB value is (103,128,130). Sum of RGB (Red+Green+Blue) = 103+128+130=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #678082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678082 is #987F7D. Grayscale: #787878. Windows color (decimal): -9994110 or 8552551. OLE color: 8552551.

HSL color Cylindrical-coordinate representation of color #678082: hue angle of 184.44º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678082 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB103128130-
CMYK0.210.0200.49
HSL184.44º11.59%45.69%-
HSV(B)184.44º20.77%50.98%-
XYZ17.3419.9324.05-
YUV120.75133.22115.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.53%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=28.53%
G=35.46%
B=36.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031281300.210.0200.49184.4411.5945.69
Hex678082152031b8c2e
Octal1472002022520612701456
Binary1100111100000001000001010101100110001101110001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678082; }

 p { color: rgb(103,128,130); }

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

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

 a { background-color: rgb(103,128,130); }

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

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

 span { border-color: rgb(103,128,130); }

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