Html Css Color HEX #678485 Gothic

📋 copy color: '#678485'

red 103 ◦ green 132 ◦ blue 133

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

Shades of Gothic #678485

Tints of Gothic #678485

RGB

 RED value IS 103 (40.63% from 255) = 27.99%

 GREEN value IS 132 (51.95% from 255) = 35.87%

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 27.99%
G = 35.87%
B = 36.14%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#678485 (or 0x678485) is known color: Gothic. HEX triplet: 67, 84 and 85. RGB value is (103,132,133). Sum of RGB (Red+Green+Blue) = 103+132+133=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 133 - color contains mainly: blue. Hex color #678485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678485 is #987B7A. Grayscale: #7B7B7B. Windows color (decimal): -9993083 or 8750183. OLE color: 8750183.

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

Color convert

RGB 103 132 133 -
CMYK 0.23 0.01 0 0.48
HSL 182º 0.13% 0.46% -
HSV(B) 182º 0.23% 0.52% -
XYZ 18.08 21.08 25.31 -
YUV 123.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 103 132 133 0.23 0.01 0 0.48 182 0.13 0.46
Hex 67 84 85 17 1 0 30 B6 D 2E
Octal 147 204 205 27 1 0 60 266 15 56
Binary 1100111 10000100 10000101 10111 1 0 110000 10110110 1101 101110

Color Harmonies of #678485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678485

Black with #678485

Text Example


Text Example

White with #678485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678485; }

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

 H1.HeaderClassName
 {
   color: #678485;
 }
 .AnyTagClassName
 {
   color: #678485;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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