Shades of Allports #06628C
Tints of Allports #06628C
RGB
CMYK
RGB Variations
Color information
#06628C (or 0x06628C) is known color: Allports. HEX triplet: 06, 62 and 8C. RGB value is (6,98,140). Sum of RGB (Red+Green+Blue) = 6+98+140=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #06628C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06628C is #F99D73. Grayscale: #4B4B4B. Windows color (decimal): -16358772 or 9200134. OLE color: 9200134.
HSL color Cylindrical-coordinate representation of color #06628C: hue angle of 198.81º 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 #06628C is Cyan = 0.96, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 98 | 140 | - |
| CMYK | 0.96 | 0.3 | 0 | 0.45 |
| HSL | 198.81º | 0.92% | 0.29% | - |
| HSV(B) | 198.81º | 0.96% | 0.55% | - |
| XYZ | 9.18 | 10.67 | 26.39 | - |
| YUV | 75.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 140 | 0.96 | 0.3 | 0 | 0.45 | 198.81 | 0.92 | 0.29 |
| Hex | 6 | 62 | 8C | 60 | 1E | 0 | 2D | C7 | 5C | 1D |
| Octal | 6 | 142 | 214 | 140 | 36 | 0 | 55 | 307 | 134 | 35 |
| Binary | 110 | 1100010 | 10001100 | 1100000 | 11110 | 0 | 101101 | 11000111 | 1011100 | 11101 |
Color Harmonies of #06628C
Complementary color
Monochromatic Colors of #06628C
Black with #06628C
Text Example
Text Example
White with #06628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06628C; }
p { color: rgb(6,98,140); }
H1.HeaderClassName
{
color: #06628C;
}
.AnyTagClassName
{
color: #06628C;
}
</style>
background-color css
<style>
a { background-color: #06628C; }
a { background-color: rgb(6,98,140); }
div.DivClassName
{
background-color: #06628C;
}
.BgClassName
{
background-color: #06628C;
}
</style>
border-color css
<style>
span { border-color: #06628C; }
span { border-color: rgb(6,98,140); }
td.TdClassName
{
border-color: #06628C;
}
.TagClassName
{
border-color: #06628C;
}
</style>