Shades of Air Force Blue #6B8EAF
Tints of Air Force Blue #6B8EAF
RGB
CMYK
RGB Variations
Color information
#6B8EAF (or 0x6B8EAF) is known color: Air Force Blue. HEX triplet: 6B, 8E and AF. RGB value is (107,142,175). Sum of RGB (Red+Green+Blue) = 107+142+175=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B8EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8EAF is #947150. Grayscale: #878787. Windows color (decimal): -9728337 or 11505259. OLE color: 11505259.
HSL color Cylindrical-coordinate representation of color #6B8EAF: hue angle of 209.12º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B8EAF is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 142 | 175 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.31 |
| HSL | 209.12º | 0.3% | 0.55% | - |
| HSV(B) | 209.12º | 0.39% | 0.69% | - |
| XYZ | 23.47 | 25.57 | 44.26 | - |
| YUV | 135.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 142 | 175 | 0.39 | 0.19 | 0 | 0.31 | 209.12 | 0.3 | 0.55 |
| Hex | 6B | 8E | AF | 27 | 13 | 0 | 1F | D1 | 1E | 37 |
| Octal | 153 | 216 | 257 | 47 | 23 | 0 | 37 | 321 | 36 | 67 |
| Binary | 1101011 | 10001110 | 10101111 | 100111 | 10011 | 0 | 11111 | 11010001 | 11110 | 110111 |
Color Harmonies of #6B8EAF
Complementary color
Monochromatic Colors of #6B8EAF
Black with #6B8EAF
Text Example
Text Example
White with #6B8EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8EAF; }
p { color: rgb(107,142,175); }
H1.HeaderClassName
{
color: #6B8EAF;
}
.AnyTagClassName
{
color: #6B8EAF;
}
</style>
background-color css
<style>
a { background-color: #6B8EAF; }
a { background-color: rgb(107,142,175); }
div.DivClassName
{
background-color: #6B8EAF;
}
.BgClassName
{
background-color: #6B8EAF;
}
</style>
border-color css
<style>
span { border-color: #6B8EAF; }
span { border-color: rgb(107,142,175); }
td.TdClassName
{
border-color: #6B8EAF;
}
.TagClassName
{
border-color: #6B8EAF;
}
</style>