#688184

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

Shades of Hoki #688184

Tints of Hoki #688184

Color information

#688184 (or 0x688184) is unknown color: approx Hoki. HEX triplet: 68, 81 and 84. RGB value is (104,129,132). Sum of RGB (Red+Green+Blue) = 104+129+132=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 129 (50.78% from 255 or 35.34% 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 #688184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688184 is #977E7B. Grayscale: #797979. Windows color (decimal): -9928316 or 8683880. OLE color: 8683880.

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

Color convert

RGB104129132-
CMYK0.210.0200.48
HSL186.43º11.86%46.27%-
HSV(B)186.43º21.21%51.76%-
XYZ17.7220.3124.82-
YUV121.87133.72115.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.49%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=28.49%
G=35.34%
B=36.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041291320.210.0200.48186.4311.8646.27
Hex688184152030bac2e
Octal1502012042520602721456
Binary1101000100000011000010010101100110000101110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688184; }

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

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

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

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

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

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

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

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