#678A8B

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

Shades of Gothic #678A8B

Tints of Gothic #678A8B

Color information

#678A8B (or 0x678A8B) is unknown color: approx Gothic. HEX triplet: 67, 8A and 8B. RGB value is (103,138,139). Sum of RGB (Red+Green+Blue) = 103+138+139=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 139 - color contains mainly: blue. Hex color #678A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678A8B is #987574. Grayscale: #7F7F7F. Windows color (decimal): -9991541 or 9144935. OLE color: 9144935.

HSL color Cylindrical-coordinate representation of color #678A8B: hue angle of 181.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #678A8B is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB103138139-
CMYK0.260.0100.45
HSL181.67º14.88%47.45%-
HSV(B)181.67º25.9%54.51%-
XYZ19.3422.9227.83-
YUV127.65134.4110.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.11%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 139 (54.69% from 255) = 36.58%
R=27.11%
G=36.32%
B=36.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031381390.260.0100.45181.6714.8847.45
Hex678A8B1A102Db6f2f
Octal1472122133210552661757
Binary110011110001010100010111101010101101101101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,138,139); }

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

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

 a { background-color: rgb(103,138,139); }

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

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

 span { border-color: rgb(103,138,139); }

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