Shades of Gothic #669194
Tints of Gothic #669194
RGB
CMYK
RGB Variations
Color information
#669194 (or 0x669194) is known color: Gothic. HEX triplet: 66, 91 and 94. RGB value is (102,145,148). Sum of RGB (Red+Green+Blue) = 102+145+148=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 148 - color contains mainly: blue. Hex color #669194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669194 is #996E6B. Grayscale: #848484. Windows color (decimal): -10055276 or 9736550. OLE color: 9736550.
HSL color Cylindrical-coordinate representation of color #669194: hue angle of 183.91º 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 #669194 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 145 | 148 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.42 |
| HSL | 183.91º | 0.18% | 0.49% | - |
| HSV(B) | 183.91º | 0.31% | 0.58% | - |
| XYZ | 20.95 | 25.21 | 31.78 | - |
| YUV | 132.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 148 | 0.31 | 0.02 | 0 | 0.42 | 183.91 | 0.18 | 0.49 |
| Hex | 66 | 91 | 94 | 1F | 2 | 0 | 2A | B8 | 12 | 31 |
| Octal | 146 | 221 | 224 | 37 | 2 | 0 | 52 | 270 | 22 | 61 |
| Binary | 1100110 | 10010001 | 10010100 | 11111 | 10 | 0 | 101010 | 10111000 | 10010 | 110001 |
Color Harmonies of #669194
Complementary color
Monochromatic Colors of #669194
Black with #669194
Text Example
Text Example
White with #669194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669194; }
p { color: rgb(102,145,148); }
H1.HeaderClassName
{
color: #669194;
}
.AnyTagClassName
{
color: #669194;
}
</style>
background-color css
<style>
a { background-color: #669194; }
a { background-color: rgb(102,145,148); }
div.DivClassName
{
background-color: #669194;
}
.BgClassName
{
background-color: #669194;
}
</style>
border-color css
<style>
span { border-color: #669194; }
span { border-color: rgb(102,145,148); }
td.TdClassName
{
border-color: #669194;
}
.TagClassName
{
border-color: #669194;
}
</style>