Shades of Allports #06678A
Tints of Allports #06678A
RGB
CMYK
RGB Variations
Color information
#06678A (or 0x06678A) is known color: Allports. HEX triplet: 06, 67 and 8A. RGB value is (6,103,138). Sum of RGB (Red+Green+Blue) = 6+103+138=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #06678A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06678A is #F99875. Grayscale: #4D4D4D. Windows color (decimal): -16357494 or 9070342. OLE color: 9070342.
HSL color Cylindrical-coordinate representation of color #06678A: hue angle of 195.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06678A is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 103 | 138 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.46 |
| HSL | 195.91º | 0.92% | 0.28% | - |
| HSV(B) | 195.91º | 0.96% | 0.54% | - |
| XYZ | 9.51 | 11.57 | 25.78 | - |
| YUV | 77.99 | 161.86 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 138 | 0.96 | 0.25 | 0 | 0.46 | 195.91 | 0.92 | 0.28 |
| Hex | 6 | 67 | 8A | 60 | 19 | 0 | 2E | C4 | 5C | 1C |
| Octal | 6 | 147 | 212 | 140 | 31 | 0 | 56 | 304 | 134 | 34 |
| Binary | 110 | 1100111 | 10001010 | 1100000 | 11001 | 0 | 101110 | 11000100 | 1011100 | 11100 |
Color Harmonies of #06678A
Complementary color
Monochromatic Colors of #06678A
Black with #06678A
Text Example
Text Example
White with #06678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06678A; }
p { color: rgb(6,103,138); }
H1.HeaderClassName
{
color: #06678A;
}
.AnyTagClassName
{
color: #06678A;
}
</style>
background-color css
<style>
a { background-color: #06678A; }
a { background-color: rgb(6,103,138); }
div.DivClassName
{
background-color: #06678A;
}
.BgClassName
{
background-color: #06678A;
}
</style>
border-color css
<style>
span { border-color: #06678A; }
span { border-color: rgb(6,103,138); }
td.TdClassName
{
border-color: #06678A;
}
.TagClassName
{
border-color: #06678A;
}
</style>