Html Css Color HEX #678384 Gothic

📋 copy color: '#678384'

red 103 ◦ green 131 ◦ blue 132

#678384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #678384

Tints of Gothic #678384

RGB

 RED value IS 103 (40.63% 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 value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#678384 (or 0x678384) is known color: 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

RGB 103 131 132 -
CMYK 0.22 0.01 0 0.48
HSL 182.07º 0.12% 0.46% -
HSV(B) 182.07º 0.22% 0.52% -
XYZ 17.87 20.78 24.9 -
YUV 122.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 103 131 132 0.22 0.01 0 0.48 182.07 0.12 0.46
Hex 67 83 84 16 1 0 30 B6 C 2E
Octal 147 203 204 26 1 0 60 266 14 56
Binary 1100111 10000011 10000100 10110 1 0 110000 10110110 1100 101110

Color Harmonies of #678384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678384

Black with #678384

Text Example


Text Example

White with #678384

Text Example


Text Example

HTML Codes & Css Web 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>