Shades of Allports #08668C
Tints of Allports #08668C
RGB
CMYK
RGB Variations
Color information
#08668C (or 0x08668C) is known color: Allports. HEX triplet: 08, 66 and 8C. RGB value is (8,102,140). Sum of RGB (Red+Green+Blue) = 8+102+140=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #08668C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08668C is #F79973. Grayscale: #4D4D4D. Windows color (decimal): -16226676 or 9201160. OLE color: 9201160.
HSL color Cylindrical-coordinate representation of color #08668C: hue angle of 197.27º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08668C is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 102 | 140 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.45 |
| HSL | 197.27º | 0.89% | 0.29% | - |
| HSV(B) | 197.27º | 0.94% | 0.55% | - |
| XYZ | 9.59 | 11.45 | 26.52 | - |
| YUV | 78.23 | 162.86 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 140 | 0.94 | 0.27 | 0 | 0.45 | 197.27 | 0.89 | 0.29 |
| Hex | 8 | 66 | 8C | 5E | 1B | 0 | 2D | C5 | 59 | 1D |
| Octal | 10 | 146 | 214 | 136 | 33 | 0 | 55 | 305 | 131 | 35 |
| Binary | 1000 | 1100110 | 10001100 | 1011110 | 11011 | 0 | 101101 | 11000101 | 1011001 | 11101 |
Color Harmonies of #08668C
Complementary color
Monochromatic Colors of #08668C
Black with #08668C
Text Example
Text Example
White with #08668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08668C; }
p { color: rgb(8,102,140); }
H1.HeaderClassName
{
color: #08668C;
}
.AnyTagClassName
{
color: #08668C;
}
</style>
background-color css
<style>
a { background-color: #08668C; }
a { background-color: rgb(8,102,140); }
div.DivClassName
{
background-color: #08668C;
}
.BgClassName
{
background-color: #08668C;
}
</style>
border-color css
<style>
span { border-color: #08668C; }
span { border-color: rgb(8,102,140); }
td.TdClassName
{
border-color: #08668C;
}
.TagClassName
{
border-color: #08668C;
}
</style>