Shades of Chetwode Blue #6674BF
Tints of Chetwode Blue #6674BF
RGB
CMYK
RGB Variations
Color information
#6674BF (or 0x6674BF) is known color: Chetwode Blue. HEX triplet: 66, 74 and BF. RGB value is (102,116,191). Sum of RGB (Red+Green+Blue) = 102+116+191=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #6674BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6674BF is #998B40. Grayscale: #787878. Windows color (decimal): -10062657 or 12547174. OLE color: 12547174.
HSL color Cylindrical-coordinate representation of color #6674BF: hue angle of 230.56º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6674BF is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 116 | 191 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.25 |
| HSL | 230.56º | 0.41% | 0.57% | - |
| HSV(B) | 230.56º | 0.47% | 0.75% | - |
| XYZ | 21.13 | 19.08 | 51.86 | - |
| YUV | 120.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 191 | 0.47 | 0.39 | 0 | 0.25 | 230.56 | 0.41 | 0.57 |
| Hex | 66 | 74 | BF | 2F | 27 | 0 | 19 | E7 | 29 | 39 |
| Octal | 146 | 164 | 277 | 57 | 47 | 0 | 31 | 347 | 51 | 71 |
| Binary | 1100110 | 1110100 | 10111111 | 101111 | 100111 | 0 | 11001 | 11100111 | 101001 | 111001 |
Color Harmonies of #6674BF
Complementary color
Monochromatic Colors of #6674BF
Black with #6674BF
Text Example
Text Example
White with #6674BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6674BF; }
p { color: rgb(102,116,191); }
H1.HeaderClassName
{
color: #6674BF;
}
.AnyTagClassName
{
color: #6674BF;
}
</style>
background-color css
<style>
a { background-color: #6674BF; }
a { background-color: rgb(102,116,191); }
div.DivClassName
{
background-color: #6674BF;
}
.BgClassName
{
background-color: #6674BF;
}
</style>
border-color css
<style>
span { border-color: #6674BF; }
span { border-color: rgb(102,116,191); }
td.TdClassName
{
border-color: #6674BF;
}
.TagClassName
{
border-color: #6674BF;
}
</style>