#678184

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

Shades of Hoki #678184

Tints of Hoki #678184

Color information

#678184 (or 0x678184) is unknown color: approx Hoki. HEX triplet: 67, 81 and 84. RGB value is (103,129,132). Sum of RGB (Red+Green+Blue) = 103+129+132=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #678184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678184 is #987E7B. Grayscale: #797979. Windows color (decimal): -9993852 or 8683879. OLE color: 8683879.

HSL color Cylindrical-coordinate representation of color #678184: hue angle of 186.21º 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 #678184 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103129132-
CMYK0.220.0200.48
HSL186.21º12.34%46.08%-
HSV(B)186.21º21.97%51.76%-
XYZ17.6120.2524.81-
YUV121.57133.89114.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.30%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=28.30%
G=35.44%
B=36.26%

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
Decimal1031291320.220.0200.48186.2112.3446.08
Hex678184162030bac2e
Octal1472012042620602721456
Binary1100111100000011000010010110100110000101110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678184; }

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

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

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

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

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

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

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

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