#678289

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

Shades of Hoki #678289

Tints of Hoki #678289

Color information

#678289 (or 0x678289) is unknown color: approx Hoki. HEX triplet: 67, 82 and 89. RGB value is (103,130,137). Sum of RGB (Red+Green+Blue) = 103+130+137=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #678289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678289 is #987D76. Grayscale: #7A7A7A. Windows color (decimal): -9993591 or 9011815. OLE color: 9011815.

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

Color convert

RGB103130137-
CMYK0.250.0500.46
HSL192.35º14.17%47.06%-
HSV(B)192.35º24.82%53.73%-
XYZ18.0920.6526.7-
YUV122.72136.05113.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=27.84%
G=35.14%
B=37.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031301370.250.0500.46192.3514.1747.06
Hex67828919502Ec0e2f
Octal1472022113150563001657
Binary11001111000001010001001110011010101110110000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678289; }

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

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

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

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

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

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

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

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