Shades of Allports #06668E
Tints of Allports #06668E
RGB
CMYK
RGB Variations
Color information
#06668E (or 0x06668E) is known color: Allports. HEX triplet: 06, 66 and 8E. RGB value is (6,102,142). Sum of RGB (Red+Green+Blue) = 6+102+142=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #06668E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06668E is #F99971. Grayscale: #4D4D4D. Windows color (decimal): -16357746 or 9332230. OLE color: 9332230.
HSL color Cylindrical-coordinate representation of color #06668E: hue angle of 197.65º 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 #06668E is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 102 | 142 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.44 |
| HSL | 197.65º | 0.92% | 0.29% | - |
| HSV(B) | 197.65º | 0.96% | 0.56% | - |
| XYZ | 9.71 | 11.49 | 27.3 | - |
| YUV | 77.86 | 164.2 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 142 | 0.96 | 0.28 | 0 | 0.44 | 197.65 | 0.92 | 0.29 |
| Hex | 6 | 66 | 8E | 60 | 1C | 0 | 2C | C6 | 5C | 1D |
| Octal | 6 | 146 | 216 | 140 | 34 | 0 | 54 | 306 | 134 | 35 |
| Binary | 110 | 1100110 | 10001110 | 1100000 | 11100 | 0 | 101100 | 11000110 | 1011100 | 11101 |
Color Harmonies of #06668E
Complementary color
Monochromatic Colors of #06668E
Black with #06668E
Text Example
Text Example
White with #06668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06668E; }
p { color: rgb(6,102,142); }
H1.HeaderClassName
{
color: #06668E;
}
.AnyTagClassName
{
color: #06668E;
}
</style>
background-color css
<style>
a { background-color: #06668E; }
a { background-color: rgb(6,102,142); }
div.DivClassName
{
background-color: #06668E;
}
.BgClassName
{
background-color: #06668E;
}
</style>
border-color css
<style>
span { border-color: #06668E; }
span { border-color: rgb(6,102,142); }
td.TdClassName
{
border-color: #06668E;
}
.TagClassName
{
border-color: #06668E;
}
</style>