Shades of Chetwode Blue #6774B1
Tints of Chetwode Blue #6774B1
RGB
CMYK
RGB Variations
Color information
#6774B1 (or 0x6774B1) is known color: Chetwode Blue. HEX triplet: 67, 74 and B1. RGB value is (103,116,177). Sum of RGB (Red+Green+Blue) = 103+116+177=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #6774B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6774B1 is #988B4E. Grayscale: #767676. Windows color (decimal): -9997135 or 11629671. OLE color: 11629671.
HSL color Cylindrical-coordinate representation of color #6774B1: hue angle of 229.46º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6774B1 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 116 | 177 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.31 |
| HSL | 229.46º | 0.32% | 0.55% | - |
| HSV(B) | 229.46º | 0.42% | 0.69% | - |
| XYZ | 19.77 | 18.55 | 44.13 | - |
| YUV | 119.07 | 160.69 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 177 | 0.42 | 0.34 | 0 | 0.31 | 229.46 | 0.32 | 0.55 |
| Hex | 67 | 74 | B1 | 2A | 22 | 0 | 1F | E5 | 20 | 37 |
| Octal | 147 | 164 | 261 | 52 | 42 | 0 | 37 | 345 | 40 | 67 |
| Binary | 1100111 | 1110100 | 10110001 | 101010 | 100010 | 0 | 11111 | 11100101 | 100000 | 110111 |
Color Harmonies of #6774B1
Complementary color
Monochromatic Colors of #6774B1
Black with #6774B1
Text Example
Text Example
White with #6774B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6774B1; }
p { color: rgb(103,116,177); }
H1.HeaderClassName
{
color: #6774B1;
}
.AnyTagClassName
{
color: #6774B1;
}
</style>
background-color css
<style>
a { background-color: #6774B1; }
a { background-color: rgb(103,116,177); }
div.DivClassName
{
background-color: #6774B1;
}
.BgClassName
{
background-color: #6774B1;
}
</style>
border-color css
<style>
span { border-color: #6774B1; }
span { border-color: rgb(103,116,177); }
td.TdClassName
{
border-color: #6774B1;
}
.TagClassName
{
border-color: #6774B1;
}
</style>