#699096

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

Shades of Gothic #699096

Tints of Gothic #699096

Color information

#699096 (or 0x699096) is unknown color: approx Gothic. HEX triplet: 69, 90 and 96. RGB value is (105,144,150). Sum of RGB (Red+Green+Blue) = 105+144+150=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #699096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699096 is #966F69. Grayscale: #848484. Windows color (decimal): -9858922 or 9867369. OLE color: 9867369.

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

Color convert

RGB105144150-
CMYK0.300.0400.41
HSL188º17.65%50%-
HSV(B)188º30%58.82%-
XYZ21.325.1532.59-
YUV133.02137.58108.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=26.32%
G=36.09%
B=37.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051441500.300.0400.4118817.6550
Hex6990961E4029bc1232
Octal1512202263640512742262
Binary110100110010000100101101111010001010011011110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699096; }

 p { color: rgb(105,144,150); }

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

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

 a { background-color: rgb(105,144,150); }

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

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

 span { border-color: rgb(105,144,150); }

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