Html Css Color HEX #678E90 Gothic

📋 copy color: '#678E90'

red 103 ◦ green 142 ◦ blue 144

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

Shades of Gothic #678E90

Tints of Gothic #678E90

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.5%

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

R = 26.48%
G = 36.5%
B = 37.02%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#678E90 (or 0x678E90) is known color: Gothic. HEX triplet: 67, 8E and 90. RGB value is (103,142,144). Sum of RGB (Red+Green+Blue) = 103+142+144=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #678E90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678E90 is #98716F. Grayscale: #828282. Windows color (decimal): -9990512 or 9473639. OLE color: 9473639.

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

Color convert

RGB 103 142 144 -
CMYK 0.28 0.01 0 0.44
HSL 182.93º 0.17% 0.48% -
HSV(B) 182.93º 0.28% 0.56% -
XYZ 20.3 24.24 30 -
YUV 130.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 103 142 144 0.28 0.01 0 0.44 182.93 0.17 0.48
Hex 67 8E 90 1C 1 0 2C B7 11 30
Octal 147 216 220 34 1 0 54 267 21 60
Binary 1100111 10001110 10010000 11100 1 0 101100 10110111 10001 110000

Color Harmonies of #678E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678E90

Black with #678E90

Text Example


Text Example

White with #678E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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