Shades of Allports #06648D
Tints of Allports #06648D
RGB
CMYK
RGB Variations
Color information
#06648D (or 0x06648D) is known color: Allports. HEX triplet: 06, 64 and 8D. RGB value is (6,100,141). Sum of RGB (Red+Green+Blue) = 6+100+141=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #06648D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06648D is #F99B72. Grayscale: #4C4C4C. Windows color (decimal): -16358259 or 9266182. OLE color: 9266182.
HSL color Cylindrical-coordinate representation of color #06648D: hue angle of 198.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06648D is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 100 | 141 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.45 |
| HSL | 198.22º | 0.92% | 0.29% | - |
| HSV(B) | 198.22º | 0.96% | 0.55% | - |
| XYZ | 9.44 | 11.08 | 26.84 | - |
| YUV | 76.57 | 164.36 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 141 | 0.96 | 0.29 | 0 | 0.45 | 198.22 | 0.92 | 0.29 |
| Hex | 6 | 64 | 8D | 60 | 1D | 0 | 2D | C6 | 5C | 1D |
| Octal | 6 | 144 | 215 | 140 | 35 | 0 | 55 | 306 | 134 | 35 |
| Binary | 110 | 1100100 | 10001101 | 1100000 | 11101 | 0 | 101101 | 11000110 | 1011100 | 11101 |
Color Harmonies of #06648D
Complementary color
Monochromatic Colors of #06648D
Black with #06648D
Text Example
Text Example
White with #06648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06648D; }
p { color: rgb(6,100,141); }
H1.HeaderClassName
{
color: #06648D;
}
.AnyTagClassName
{
color: #06648D;
}
</style>
background-color css
<style>
a { background-color: #06648D; }
a { background-color: rgb(6,100,141); }
div.DivClassName
{
background-color: #06648D;
}
.BgClassName
{
background-color: #06648D;
}
</style>
border-color css
<style>
span { border-color: #06648D; }
span { border-color: rgb(6,100,141); }
td.TdClassName
{
border-color: #06648D;
}
.TagClassName
{
border-color: #06648D;
}
</style>