Shades of Gothic #669094
Tints of Gothic #669094
RGB
CMYK
RGB Variations
Color information
#669094 (or 0x669094) is known color: Gothic. HEX triplet: 66, 90 and 94. RGB value is (102,144,148). Sum of RGB (Red+Green+Blue) = 102+144+148=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #669094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669094 is #996F6B. Grayscale: #838383. Windows color (decimal): -10055532 or 9736294. OLE color: 9736294.
HSL color Cylindrical-coordinate representation of color #669094: hue angle of 185.22º 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 #669094 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 144 | 148 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.42 |
| HSL | 185.22º | 0.18% | 0.49% | - |
| HSV(B) | 185.22º | 0.31% | 0.58% | - |
| XYZ | 20.8 | 24.91 | 31.73 | - |
| YUV | 131.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 148 | 0.31 | 0.03 | 0 | 0.42 | 185.22 | 0.18 | 0.49 |
| Hex | 66 | 90 | 94 | 1F | 3 | 0 | 2A | B9 | 12 | 31 |
| Octal | 146 | 220 | 224 | 37 | 3 | 0 | 52 | 271 | 22 | 61 |
| Binary | 1100110 | 10010000 | 10010100 | 11111 | 11 | 0 | 101010 | 10111001 | 10010 | 110001 |
Color Harmonies of #669094
Complementary color
Monochromatic Colors of #669094
Black with #669094
Text Example
Text Example
White with #669094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669094; }
p { color: rgb(102,144,148); }
H1.HeaderClassName
{
color: #669094;
}
.AnyTagClassName
{
color: #669094;
}
</style>
background-color css
<style>
a { background-color: #669094; }
a { background-color: rgb(102,144,148); }
div.DivClassName
{
background-color: #669094;
}
.BgClassName
{
background-color: #669094;
}
</style>
border-color css
<style>
span { border-color: #669094; }
span { border-color: rgb(102,144,148); }
td.TdClassName
{
border-color: #669094;
}
.TagClassName
{
border-color: #669094;
}
</style>