Shades of Gothic #638F94
Tints of Gothic #638F94
RGB
CMYK
RGB Variations
Color information
#638F94 (or 0x638F94) is known color: Gothic. HEX triplet: 63, 8F and 94. RGB value is (99,143,148). Sum of RGB (Red+Green+Blue) = 99+143+148=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #638F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F94 is #9C706B. Grayscale: #828282. Windows color (decimal): -10252396 or 9736035. OLE color: 9736035.
HSL color Cylindrical-coordinate representation of color #638F94: hue angle of 186.12º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #638F94 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 143 | 148 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.42 |
| HSL | 186.12º | 0.2% | 0.48% | - |
| HSV(B) | 186.12º | 0.33% | 0.58% | - |
| XYZ | 20.31 | 24.44 | 31.66 | - |
| YUV | 130.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 148 | 0.33 | 0.03 | 0 | 0.42 | 186.12 | 0.2 | 0.48 |
| Hex | 63 | 8F | 94 | 21 | 3 | 0 | 2A | BA | 14 | 30 |
| Octal | 143 | 217 | 224 | 41 | 3 | 0 | 52 | 272 | 24 | 60 |
| Binary | 1100011 | 10001111 | 10010100 | 100001 | 11 | 0 | 101010 | 10111010 | 10100 | 110000 |
Color Harmonies of #638F94
Complementary color
Monochromatic Colors of #638F94
Black with #638F94
Text Example
Text Example
White with #638F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638F94; }
p { color: rgb(99,143,148); }
H1.HeaderClassName
{
color: #638F94;
}
.AnyTagClassName
{
color: #638F94;
}
</style>
background-color css
<style>
a { background-color: #638F94; }
a { background-color: rgb(99,143,148); }
div.DivClassName
{
background-color: #638F94;
}
.BgClassName
{
background-color: #638F94;
}
</style>
border-color css
<style>
span { border-color: #638F94; }
span { border-color: rgb(99,143,148); }
td.TdClassName
{
border-color: #638F94;
}
.TagClassName
{
border-color: #638F94;
}
</style>