#688284

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

Shades of Gothic #688284

Tints of Gothic #688284

Color information

#688284 (or 0x688284) is unknown color: approx Gothic. HEX triplet: 68, 82 and 84. RGB value is (104,130,132). Sum of RGB (Red+Green+Blue) = 104+130+132=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: blue. Hex color #688284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688284 is #977D7B. Grayscale: #7A7A7A. Windows color (decimal): -9928060 or 8684136. OLE color: 8684136.

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

Color convert

RGB104130132-
CMYK0.210.0200.48
HSL184.29º11.86%46.27%-
HSV(B)184.29º21.21%51.76%-
XYZ17.8620.5724.86-
YUV122.45133.39114.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=28.42%
G=35.52%
B=36.07%

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
Decimal1041301320.210.0200.48184.2911.8646.27
Hex688284152030b8c2e
Octal1502022042520602701456
Binary1101000100000101000010010101100110000101110001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688284; }

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

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

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

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

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

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

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

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