Shades of Chetwode Blue #6F7ACB
Tints of Chetwode Blue #6F7ACB
RGB
CMYK
RGB Variations
Color information
#6F7ACB (or 0x6F7ACB) is known color: Chetwode Blue. HEX triplet: 6F, 7A and CB. RGB value is (111,122,203). Sum of RGB (Red+Green+Blue) = 111+122+203=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F7ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7ACB is #908534. Grayscale: #7F7F7F. Windows color (decimal): -9471285 or 13335151. OLE color: 13335151.
HSL color Cylindrical-coordinate representation of color #6F7ACB: hue angle of 232.83º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F7ACB is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 122 | 203 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.20 |
| HSL | 232.83º | 0.47% | 0.62% | - |
| HSV(B) | 232.83º | 0.45% | 0.8% | - |
| XYZ | 24.29 | 21.61 | 59.39 | - |
| YUV | 127.95 | 170.36 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 203 | 0.45 | 0.40 | 0 | 0.20 | 232.83 | 0.47 | 0.62 |
| Hex | 6F | 7A | CB | 2D | 28 | 0 | 14 | E9 | 2F | 3E |
| Octal | 157 | 172 | 313 | 55 | 50 | 0 | 24 | 351 | 57 | 76 |
| Binary | 1101111 | 1111010 | 11001011 | 101101 | 101000 | 0 | 10100 | 11101001 | 101111 | 111110 |
Color Harmonies of #6F7ACB
Complementary color
Monochromatic Colors of #6F7ACB
Black with #6F7ACB
Text Example
Text Example
White with #6F7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7ACB; }
p { color: rgb(111,122,203); }
H1.HeaderClassName
{
color: #6F7ACB;
}
.AnyTagClassName
{
color: #6F7ACB;
}
</style>
background-color css
<style>
a { background-color: #6F7ACB; }
a { background-color: rgb(111,122,203); }
div.DivClassName
{
background-color: #6F7ACB;
}
.BgClassName
{
background-color: #6F7ACB;
}
</style>
border-color css
<style>
span { border-color: #6F7ACB; }
span { border-color: rgb(111,122,203); }
td.TdClassName
{
border-color: #6F7ACB;
}
.TagClassName
{
border-color: #6F7ACB;
}
</style>