#69949B

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

Shades of Gothic #69949B

Tints of Gothic #69949B

Color information

#69949B (or 0x69949B) is unknown color: approx Gothic. HEX triplet: 69, 94 and 9B. RGB value is (105,148,155). Sum of RGB (Red+Green+Blue) = 105+148+155=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #69949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69949B is #966B64. Grayscale: #878787. Windows color (decimal): -9857893 or 10196073. OLE color: 10196073.

HSL color Cylindrical-coordinate representation of color #69949B: hue angle of 188.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69949B is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB105148155-
CMYK0.320.0500.39
HSL188.4º20%50.98%-
HSV(B)188.4º32.26%60.78%-
XYZ22.3326.5534.96-
YUV135.94138.75105.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=25.74%
G=36.27%
B=37.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051481550.320.0500.39188.42050.98
Hex69949B205027bc1433
Octal1512242334050472742463
Binary1101001100101001001101110000010101001111011110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69949B; }

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

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

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

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

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

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

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

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