#678086

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

Shades of Hoki #678086

Tints of Hoki #678086

Color information

#678086 (or 0x678086) is unknown color: approx Hoki. HEX triplet: 67, 80 and 86. RGB value is (103,128,134). Sum of RGB (Red+Green+Blue) = 103+128+134=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #678086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678086 is #987F79. Grayscale: #797979. Windows color (decimal): -9994106 or 8814695. OLE color: 8814695.

HSL color Cylindrical-coordinate representation of color #678086: hue angle of 191.61º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #678086 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB103128134-
CMYK0.230.0400.47
HSL191.61º13.08%46.47%-
HSV(B)191.61º23.13%52.55%-
XYZ17.6220.0425.49-
YUV121.21135.22115.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=28.22%
G=35.07%
B=36.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031281340.230.0400.47191.6113.0846.47
Hex67808617402Fc0d2e
Octal1472002062740573001556
Binary11001111000000010000110101111000101111110000001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678086; }

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

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

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

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

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

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

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

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