#689195

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

Shades of Gothic #689195

Tints of Gothic #689195

Color information

#689195 (or 0x689195) is unknown color: approx Gothic. HEX triplet: 68, 91 and 95. RGB value is (104,145,149). Sum of RGB (Red+Green+Blue) = 104+145+149=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #689195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689195 is #976E6A. Grayscale: #858585. Windows color (decimal): -9924203 or 9802088. OLE color: 9802088.

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

Color convert

RGB104145149-
CMYK0.300.0300.42
HSL185.33º17.79%49.61%-
HSV(B)185.33º30.2%58.43%-
XYZ21.2625.3632.21-
YUV133.2136.92107.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=26.13%
G=36.43%
B=37.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041451490.300.0300.42185.3317.7949.61
Hex6891951E302Ab91232
Octal1502212253630522712262
Binary11010001001000110010101111101101010101011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689195; }

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

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

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

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

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

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

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

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