#678F90

Color #678F90 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #678F90

Tints of Gothic #678F90

Color information

#678F90 (or 0x678F90) is unknown color: approx Gothic. HEX triplet: 67, 8F and 90. RGB value is (103,143,144). Sum of RGB (Red+Green+Blue) = 103+143+144=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #678F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678F90 is #98706F. Grayscale: #838383. Windows color (decimal): -9990256 or 9473895. OLE color: 9473895.

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

Color convert

RGB103143144-
CMYK0.280.0100.44
HSL181.46º16.6%48.43%-
HSV(B)181.46º28.47%56.47%-
XYZ20.4524.5430.04-
YUV131.15135.25107.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 143 (56.25% from 255) = 36.67%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=26.41%
G=36.67%
B=36.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031431440.280.0100.44181.4616.648.43
Hex678F901C102Cb51130
Octal1472172203410542652160
Binary1100111100011111001000011100101011001011010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #678F90;
 }
 .AnyTagClassName
 {
   color: #678F90;
 }
</style>
background-color css

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

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

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

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

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

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