#679196

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

Shades of Gothic #679196

Tints of Gothic #679196

Color information

#679196 (or 0x679196) is unknown color: approx Gothic. HEX triplet: 67, 91 and 96. RGB value is (103,145,150). Sum of RGB (Red+Green+Blue) = 103+145+150=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #679196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679196 is #986E69. Grayscale: #848484. Windows color (decimal): -9989738 or 9867623. OLE color: 9867623.

HSL color Cylindrical-coordinate representation of color #679196: hue angle of 186.38º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679196 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB103145150-
CMYK0.310.0300.41
HSL186.38º18.58%49.61%-
HSV(B)186.38º31.33%58.82%-
XYZ21.2225.3432.63-
YUV133.01137.59106.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.88%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=25.88%
G=36.43%
B=37.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031451500.310.0300.41186.3818.5849.61
Hex6791961F3029ba1332
Octal1472212263730512722362
Binary11001111001000110010110111111101010011011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679196; }

 p { color: rgb(103,145,150); }

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

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

 a { background-color: rgb(103,145,150); }

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

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

 span { border-color: rgb(103,145,150); }

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