Shades of Chetwode Blue #6A7ACF
Tints of Chetwode Blue #6A7ACF
RGB
CMYK
RGB Variations
Color information
#6A7ACF (or 0x6A7ACF) is known color: Chetwode Blue. HEX triplet: 6A, 7A and CF. RGB value is (106,122,207). Sum of RGB (Red+Green+Blue) = 106+122+207=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A7ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7ACF is #958530. Grayscale: #7E7E7E. Windows color (decimal): -9798961 or 13597290. OLE color: 13597290.
HSL color Cylindrical-coordinate representation of color #6A7ACF: hue angle of 230.5º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A7ACF is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 122 | 207 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.19 |
| HSL | 230.5º | 0.51% | 0.61% | - |
| HSV(B) | 230.5º | 0.49% | 0.81% | - |
| XYZ | 24.17 | 21.49 | 61.91 | - |
| YUV | 126.91 | 173.2 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 207 | 0.49 | 0.41 | 0 | 0.19 | 230.5 | 0.51 | 0.61 |
| Hex | 6A | 7A | CF | 31 | 29 | 0 | 13 | E6 | 33 | 3D |
| Octal | 152 | 172 | 317 | 61 | 51 | 0 | 23 | 346 | 63 | 75 |
| Binary | 1101010 | 1111010 | 11001111 | 110001 | 101001 | 0 | 10011 | 11100110 | 110011 | 111101 |
Color Harmonies of #6A7ACF
Complementary color
Monochromatic Colors of #6A7ACF
Black with #6A7ACF
Text Example
Text Example
White with #6A7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7ACF; }
p { color: rgb(106,122,207); }
H1.HeaderClassName
{
color: #6A7ACF;
}
.AnyTagClassName
{
color: #6A7ACF;
}
</style>
background-color css
<style>
a { background-color: #6A7ACF; }
a { background-color: rgb(106,122,207); }
div.DivClassName
{
background-color: #6A7ACF;
}
.BgClassName
{
background-color: #6A7ACF;
}
</style>
border-color css
<style>
span { border-color: #6A7ACF; }
span { border-color: rgb(106,122,207); }
td.TdClassName
{
border-color: #6A7ACF;
}
.TagClassName
{
border-color: #6A7ACF;
}
</style>