#699294

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

Shades of Gothic #699294

Tints of Gothic #699294

Color information

#699294 (or 0x699294) is unknown color: approx Gothic. HEX triplet: 69, 92 and 94. RGB value is (105,146,148). Sum of RGB (Red+Green+Blue) = 105+146+148=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 148 - color contains mainly: blue. Hex color #699294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699294 is #966D6B. Grayscale: #858585. Windows color (decimal): -9858412 or 9736809. OLE color: 9736809.

HSL color Cylindrical-coordinate representation of color #699294: hue angle of 182.79º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699294 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105146148-
CMYK0.290.0100.42
HSL182.79º17%49.61%-
HSV(B)182.79º29.05%58.04%-
XYZ21.4525.731.85-
YUV133.97135.92107.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 148 (58.20% from 255) = 37.09%
R=26.32%
G=36.59%
B=37.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051461480.290.0100.42182.791749.61
Hex6992941D102Ab71132
Octal1512222243510522672162
Binary1101001100100101001010011101101010101011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699294; }

 p { color: rgb(105,146,148); }

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

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

 a { background-color: rgb(105,146,148); }

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

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

 span { border-color: rgb(105,146,148); }

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