#678284

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

Shades of Hoki #678284

Tints of Hoki #678284

Color information

#678284 (or 0x678284) is unknown color: approx Hoki. HEX triplet: 67, 82 and 84. RGB value is (103,130,132). Sum of RGB (Red+Green+Blue) = 103+130+132=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #678284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678284 is #987D7B. Grayscale: #7A7A7A. Windows color (decimal): -9993596 or 8684135. OLE color: 8684135.

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

Color convert

RGB103130132-
CMYK0.220.0200.48
HSL184.14º12.34%46.08%-
HSV(B)184.14º21.97%51.76%-
XYZ17.7420.5124.85-
YUV122.16133.55114.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=28.22%
G=35.62%
B=36.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031301320.220.0200.48184.1412.3446.08
Hex678284162030b8c2e
Octal1472022042620602701456
Binary1100111100000101000010010110100110000101110001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678284; }

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

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

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

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

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

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

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

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