Html Css Color HEX #678890 Gothic

📋 copy color: '#678890'

red 103 ◦ green 136 ◦ blue 144

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

Shades of Gothic #678890

Tints of Gothic #678890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 26.89%
G = 35.51%
B = 37.6%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#678890 (or 0x678890) is known color: Gothic. HEX triplet: 67, 88 and 90. RGB value is (103,136,144). Sum of RGB (Red+Green+Blue) = 103+136+144=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #678890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678890 is #98776F. Grayscale: #7E7E7E. Windows color (decimal): -9992048 or 9472103. OLE color: 9472103.

HSL color Cylindrical-coordinate representation of color #678890: hue angle of 191.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #678890 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 136 144 -
CMYK 0.28 0.06 0 0.44
HSL 191.71º 0.17% 0.48% -
HSV(B) 191.71º 0.28% 0.56% -
XYZ 19.43 22.51 29.71 -
YUV 127.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 103 136 144 0.28 0.06 0 0.44 191.71 0.17 0.48
Hex 67 88 90 1C 6 0 2C C0 11 30
Octal 147 210 220 34 6 0 54 300 21 60
Binary 1100111 10001000 10010000 11100 110 0 101100 11000000 10001 110000

Color Harmonies of #678890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678890

Black with #678890

Text Example


Text Example

White with #678890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678890; }

 p { color: rgb(103,136,144); }

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

background-color css

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

 a { background-color: rgb(103,136,144); }

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

border-color css

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

 span { border-color: rgb(103,136,144); }

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