#678384

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

Shades of Gothic #678384

Tints of Gothic #678384

Color information

#678384 (or 0x678384) is unknown color: approx Gothic. HEX triplet: 67, 83 and 84. RGB value is (103,131,132). Sum of RGB (Red+Green+Blue) = 103+131+132=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 131 (51.56% from 255 or 35.79% 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 #678384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678384 is #987C7B. Grayscale: #7A7A7A. Windows color (decimal): -9993340 or 8684391. OLE color: 8684391.

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

Color convert

RGB103131132-
CMYK0.220.0100.48
HSL182.07º12.34%46.08%-
HSV(B)182.07º21.97%51.76%-
XYZ17.8720.7824.9-
YUV122.74133.22113.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.14%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=28.14%
G=35.79%
B=36.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031311320.220.0100.48182.0712.3446.08
Hex678384161030b6c2e
Octal1472032042610602661456
Binary110011110000011100001001011010110000101101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678384; }

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

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

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

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

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

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

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

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