#678089

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

Shades of Hoki #678089

Tints of Hoki #678089

Color information

#678089 (or 0x678089) is unknown color: approx Hoki. HEX triplet: 67, 80 and 89. RGB value is (103,128,137). Sum of RGB (Red+Green+Blue) = 103+128+137=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #678089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678089 is #987F76. Grayscale: #797979. Windows color (decimal): -9994103 or 9011303. OLE color: 9011303.

HSL color Cylindrical-coordinate representation of color #678089: hue angle of 195.88º 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 #678089 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB103128137-
CMYK0.250.0700.46
HSL195.88º14.17%47.06%-
HSV(B)195.88º24.82%53.73%-
XYZ17.8320.1326.61-
YUV121.55136.72114.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.99%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=27.99%
G=34.78%
B=37.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031281370.250.0700.46195.8814.1747.06
Hex67808919702Ec4e2f
Octal1472002113170563041657
Binary11001111000000010001001110011110101110110001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678089; }

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

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

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

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

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

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

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

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