Shades of Chetwode Blue #6773AF
Tints of Chetwode Blue #6773AF
RGB
CMYK
RGB Variations
Color information
#6773AF (or 0x6773AF) is known color: Chetwode Blue. HEX triplet: 67, 73 and AF. RGB value is (103,115,175). Sum of RGB (Red+Green+Blue) = 103+115+175=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #6773AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6773AF is #988C50. Grayscale: #767676. Windows color (decimal): -9997393 or 11498343. OLE color: 11498343.
HSL color Cylindrical-coordinate representation of color #6773AF: hue angle of 230º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6773AF is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 115 | 175 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.31 |
| HSL | 230º | 0.31% | 0.55% | - |
| HSV(B) | 230º | 0.41% | 0.69% | - |
| XYZ | 19.46 | 18.24 | 43.05 | - |
| YUV | 118.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 175 | 0.41 | 0.34 | 0 | 0.31 | 230 | 0.31 | 0.55 |
| Hex | 67 | 73 | AF | 29 | 22 | 0 | 1F | E6 | 1F | 37 |
| Octal | 147 | 163 | 257 | 51 | 42 | 0 | 37 | 346 | 37 | 67 |
| Binary | 1100111 | 1110011 | 10101111 | 101001 | 100010 | 0 | 11111 | 11100110 | 11111 | 110111 |
Color Harmonies of #6773AF
Complementary color
Monochromatic Colors of #6773AF
Black with #6773AF
Text Example
Text Example
White with #6773AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6773AF; }
p { color: rgb(103,115,175); }
H1.HeaderClassName
{
color: #6773AF;
}
.AnyTagClassName
{
color: #6773AF;
}
</style>
background-color css
<style>
a { background-color: #6773AF; }
a { background-color: rgb(103,115,175); }
div.DivClassName
{
background-color: #6773AF;
}
.BgClassName
{
background-color: #6773AF;
}
</style>
border-color css
<style>
span { border-color: #6773AF; }
span { border-color: rgb(103,115,175); }
td.TdClassName
{
border-color: #6773AF;
}
.TagClassName
{
border-color: #6773AF;
}
</style>