Shades of Allports #08668A
Tints of Allports #08668A
RGB
CMYK
RGB Variations
Color information
#08668A (or 0x08668A) is known color: Allports. HEX triplet: 08, 66 and 8A. RGB value is (8,102,138). Sum of RGB (Red+Green+Blue) = 8+102+138=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #08668A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08668A is #F79975. Grayscale: #4D4D4D. Windows color (decimal): -16226678 or 9070088. OLE color: 9070088.
HSL color Cylindrical-coordinate representation of color #08668A: hue angle of 196.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08668A is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 102 | 138 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.46 |
| HSL | 196.62º | 0.89% | 0.29% | - |
| HSV(B) | 196.62º | 0.94% | 0.54% | - |
| XYZ | 9.44 | 11.39 | 25.75 | - |
| YUV | 78 | 161.86 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 138 | 0.94 | 0.26 | 0 | 0.46 | 196.62 | 0.89 | 0.29 |
| Hex | 8 | 66 | 8A | 5E | 1A | 0 | 2E | C5 | 59 | 1D |
| Octal | 10 | 146 | 212 | 136 | 32 | 0 | 56 | 305 | 131 | 35 |
| Binary | 1000 | 1100110 | 10001010 | 1011110 | 11010 | 0 | 101110 | 11000101 | 1011001 | 11101 |
Color Harmonies of #08668A
Complementary color
Monochromatic Colors of #08668A
Black with #08668A
Text Example
Text Example
White with #08668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08668A; }
p { color: rgb(8,102,138); }
H1.HeaderClassName
{
color: #08668A;
}
.AnyTagClassName
{
color: #08668A;
}
</style>
background-color css
<style>
a { background-color: #08668A; }
a { background-color: rgb(8,102,138); }
div.DivClassName
{
background-color: #08668A;
}
.BgClassName
{
background-color: #08668A;
}
</style>
border-color css
<style>
span { border-color: #08668A; }
span { border-color: rgb(8,102,138); }
td.TdClassName
{
border-color: #08668A;
}
.TagClassName
{
border-color: #08668A;
}
</style>