Shades of Allports #06668D
Tints of Allports #06668D
RGB
CMYK
RGB Variations
Color information
#06668D (or 0x06668D) is known color: Allports. HEX triplet: 06, 66 and 8D. RGB value is (6,102,141). Sum of RGB (Red+Green+Blue) = 6+102+141=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #06668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06668D is #F99972. Grayscale: #4D4D4D. Windows color (decimal): -16357747 or 9266694. OLE color: 9266694.
HSL color Cylindrical-coordinate representation of color #06668D: hue angle of 197.33º 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 #06668D is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 102 | 141 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.45 |
| HSL | 197.33º | 0.92% | 0.29% | - |
| HSV(B) | 197.33º | 0.96% | 0.55% | - |
| XYZ | 9.63 | 11.46 | 26.9 | - |
| YUV | 77.74 | 163.7 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 141 | 0.96 | 0.28 | 0 | 0.45 | 197.33 | 0.92 | 0.29 |
| Hex | 6 | 66 | 8D | 60 | 1C | 0 | 2D | C5 | 5C | 1D |
| Octal | 6 | 146 | 215 | 140 | 34 | 0 | 55 | 305 | 134 | 35 |
| Binary | 110 | 1100110 | 10001101 | 1100000 | 11100 | 0 | 101101 | 11000101 | 1011100 | 11101 |
Color Harmonies of #06668D
Complementary color
Monochromatic Colors of #06668D
Black with #06668D
Text Example
Text Example
White with #06668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06668D; }
p { color: rgb(6,102,141); }
H1.HeaderClassName
{
color: #06668D;
}
.AnyTagClassName
{
color: #06668D;
}
</style>
background-color css
<style>
a { background-color: #06668D; }
a { background-color: rgb(6,102,141); }
div.DivClassName
{
background-color: #06668D;
}
.BgClassName
{
background-color: #06668D;
}
</style>
border-color css
<style>
span { border-color: #06668D; }
span { border-color: rgb(6,102,141); }
td.TdClassName
{
border-color: #06668D;
}
.TagClassName
{
border-color: #06668D;
}
</style>