#679195

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

Shades of Gothic #679195

Tints of Gothic #679195

Color information

#679195 (or 0x679195) is unknown color: approx Gothic. HEX triplet: 67, 91 and 95. RGB value is (103,145,149). Sum of RGB (Red+Green+Blue) = 103+145+149=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #679195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679195 is #986E6A. Grayscale: #848484. Windows color (decimal): -9989739 or 9802087. OLE color: 9802087.

HSL color Cylindrical-coordinate representation of color #679195: hue angle of 185.22º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679195 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103145149-
CMYK0.310.0300.42
HSL185.22º18.25%49.41%-
HSV(B)185.22º30.87%58.43%-
XYZ21.1425.332.2-
YUV132.9137.09106.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.94%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=25.94%
G=36.52%
B=37.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031451490.310.0300.42185.2218.2549.41
Hex6791951F302Ab91231
Octal1472212253730522712261
Binary11001111001000110010101111111101010101011100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679195; }

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

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

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

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

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

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

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

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