Shades of Chetwode Blue #6773BE
Tints of Chetwode Blue #6773BE
RGB
CMYK
RGB Variations
Color information
#6773BE (or 0x6773BE) is known color: Chetwode Blue. HEX triplet: 67, 73 and BE. RGB value is (103,115,190). Sum of RGB (Red+Green+Blue) = 103+115+190=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #6773BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6773BE is #988C41. Grayscale: #777777. Windows color (decimal): -9997378 or 12481383. OLE color: 12481383.
HSL color Cylindrical-coordinate representation of color #6773BE: hue angle of 231.72º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6773BE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 115 | 190 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.25 |
| HSL | 231.72º | 0.4% | 0.57% | - |
| HSV(B) | 231.72º | 0.46% | 0.75% | - |
| XYZ | 21.02 | 18.86 | 51.25 | - |
| YUV | 119.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 190 | 0.46 | 0.39 | 0 | 0.25 | 231.72 | 0.4 | 0.57 |
| Hex | 67 | 73 | BE | 2E | 27 | 0 | 19 | E8 | 28 | 39 |
| Octal | 147 | 163 | 276 | 56 | 47 | 0 | 31 | 350 | 50 | 71 |
| Binary | 1100111 | 1110011 | 10111110 | 101110 | 100111 | 0 | 11001 | 11101000 | 101000 | 111001 |
Color Harmonies of #6773BE
Complementary color
Monochromatic Colors of #6773BE
Black with #6773BE
Text Example
Text Example
White with #6773BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6773BE; }
p { color: rgb(103,115,190); }
H1.HeaderClassName
{
color: #6773BE;
}
.AnyTagClassName
{
color: #6773BE;
}
</style>
background-color css
<style>
a { background-color: #6773BE; }
a { background-color: rgb(103,115,190); }
div.DivClassName
{
background-color: #6773BE;
}
.BgClassName
{
background-color: #6773BE;
}
</style>
border-color css
<style>
span { border-color: #6773BE; }
span { border-color: rgb(103,115,190); }
td.TdClassName
{
border-color: #6773BE;
}
.TagClassName
{
border-color: #6773BE;
}
</style>