Shades of Allports #06638C
Tints of Allports #06638C
RGB
CMYK
RGB Variations
Color information
#06638C (or 0x06638C) is known color: Allports. HEX triplet: 06, 63 and 8C. RGB value is (6,99,140). Sum of RGB (Red+Green+Blue) = 6+99+140=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #06638C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06638C is #F99C73. Grayscale: #4B4B4B. Windows color (decimal): -16358516 or 9200390. OLE color: 9200390.
HSL color Cylindrical-coordinate representation of color #06638C: hue angle of 198.36º 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 #06638C is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 99 | 140 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.45 |
| HSL | 198.36º | 0.92% | 0.29% | - |
| HSV(B) | 198.36º | 0.96% | 0.55% | - |
| XYZ | 9.27 | 10.86 | 26.42 | - |
| YUV | 75.87 | 164.19 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 140 | 0.96 | 0.29 | 0 | 0.45 | 198.36 | 0.92 | 0.29 |
| Hex | 6 | 63 | 8C | 60 | 1D | 0 | 2D | C6 | 5C | 1D |
| Octal | 6 | 143 | 214 | 140 | 35 | 0 | 55 | 306 | 134 | 35 |
| Binary | 110 | 1100011 | 10001100 | 1100000 | 11101 | 0 | 101101 | 11000110 | 1011100 | 11101 |
Color Harmonies of #06638C
Complementary color
Monochromatic Colors of #06638C
Black with #06638C
Text Example
Text Example
White with #06638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06638C; }
p { color: rgb(6,99,140); }
H1.HeaderClassName
{
color: #06638C;
}
.AnyTagClassName
{
color: #06638C;
}
</style>
background-color css
<style>
a { background-color: #06638C; }
a { background-color: rgb(6,99,140); }
div.DivClassName
{
background-color: #06638C;
}
.BgClassName
{
background-color: #06638C;
}
</style>
border-color css
<style>
span { border-color: #06638C; }
span { border-color: rgb(6,99,140); }
td.TdClassName
{
border-color: #06638C;
}
.TagClassName
{
border-color: #06638C;
}
</style>