Shades of Allports #06638E
Tints of Allports #06638E
RGB
CMYK
RGB Variations
Color information
#06638E (or 0x06638E) is known color: Allports. HEX triplet: 06, 63 and 8E. RGB value is (6,99,142). Sum of RGB (Red+Green+Blue) = 6+99+142=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #06638E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06638E is #F99C71. Grayscale: #4B4B4B. Windows color (decimal): -16358514 or 9331462. OLE color: 9331462.
HSL color Cylindrical-coordinate representation of color #06638E: hue angle of 198.97º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06638E is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 99 | 142 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.44 |
| HSL | 198.97º | 0.92% | 0.29% | - |
| HSV(B) | 198.97º | 0.96% | 0.56% | - |
| XYZ | 9.42 | 10.92 | 27.2 | - |
| YUV | 76.1 | 165.19 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 142 | 0.96 | 0.30 | 0 | 0.44 | 198.97 | 0.92 | 0.29 |
| Hex | 6 | 63 | 8E | 60 | 1E | 0 | 2C | C7 | 5C | 1D |
| Octal | 6 | 143 | 216 | 140 | 36 | 0 | 54 | 307 | 134 | 35 |
| Binary | 110 | 1100011 | 10001110 | 1100000 | 11110 | 0 | 101100 | 11000111 | 1011100 | 11101 |
Color Harmonies of #06638E
Complementary color
Monochromatic Colors of #06638E
Black with #06638E
Text Example
Text Example
White with #06638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06638E; }
p { color: rgb(6,99,142); }
H1.HeaderClassName
{
color: #06638E;
}
.AnyTagClassName
{
color: #06638E;
}
</style>
background-color css
<style>
a { background-color: #06638E; }
a { background-color: rgb(6,99,142); }
div.DivClassName
{
background-color: #06638E;
}
.BgClassName
{
background-color: #06638E;
}
</style>
border-color css
<style>
span { border-color: #06638E; }
span { border-color: rgb(6,99,142); }
td.TdClassName
{
border-color: #06638E;
}
.TagClassName
{
border-color: #06638E;
}
</style>