Html Css Color HEX #678690 Gothic

📋 copy color: '#678690'

red 103 ◦ green 134 ◦ blue 144

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

Shades of Gothic #678690

Tints of Gothic #678690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

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

R = 27.03%
G = 35.17%
B = 37.8%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#678690 (or 0x678690) is known color: Gothic. HEX triplet: 67, 86 and 90. RGB value is (103,134,144). Sum of RGB (Red+Green+Blue) = 103+134+144=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #678690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678690 is #98796F. Grayscale: #7D7D7D. Windows color (decimal): -9992560 or 9471591. OLE color: 9471591.

HSL color Cylindrical-coordinate representation of color #678690: hue angle of 194.63º 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 #678690 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 134 144 -
CMYK 0.28 0.07 0 0.44
HSL 194.63º 0.17% 0.48% -
HSV(B) 194.63º 0.28% 0.56% -
XYZ 19.15 21.95 29.61 -
YUV 125.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 103 134 144 0.28 0.07 0 0.44 194.63 0.17 0.48
Hex 67 86 90 1C 7 0 2C C3 11 30
Octal 147 206 220 34 7 0 54 303 21 60
Binary 1100111 10000110 10010000 11100 111 0 101100 11000011 10001 110000

Color Harmonies of #678690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678690

Black with #678690

Text Example


Text Example

White with #678690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678690; }

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

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

background-color css

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

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

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

border-color css

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

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

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