Shades of Chetwode Blue #6479BF
Tints of Chetwode Blue #6479BF
RGB
CMYK
RGB Variations
Color information
#6479BF (or 0x6479BF) is known color: Chetwode Blue. HEX triplet: 64, 79 and BF. RGB value is (100,121,191). Sum of RGB (Red+Green+Blue) = 100+121+191=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #6479BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479BF is #9B8640. Grayscale: #7A7A7A. Windows color (decimal): -10192449 or 12548452. OLE color: 12548452.
HSL color Cylindrical-coordinate representation of color #6479BF: hue angle of 226.15º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6479BF is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 121 | 191 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.25 |
| HSL | 226.15º | 0.42% | 0.57% | - |
| HSV(B) | 226.15º | 0.48% | 0.75% | - |
| XYZ | 21.5 | 20.15 | 52.05 | - |
| YUV | 122.7 | 166.54 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 191 | 0.48 | 0.37 | 0 | 0.25 | 226.15 | 0.42 | 0.57 |
| Hex | 64 | 79 | BF | 30 | 25 | 0 | 19 | E2 | 2A | 39 |
| Octal | 144 | 171 | 277 | 60 | 45 | 0 | 31 | 342 | 52 | 71 |
| Binary | 1100100 | 1111001 | 10111111 | 110000 | 100101 | 0 | 11001 | 11100010 | 101010 | 111001 |
Color Harmonies of #6479BF
Complementary color
Monochromatic Colors of #6479BF
Black with #6479BF
Text Example
Text Example
White with #6479BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6479BF; }
p { color: rgb(100,121,191); }
H1.HeaderClassName
{
color: #6479BF;
}
.AnyTagClassName
{
color: #6479BF;
}
</style>
background-color css
<style>
a { background-color: #6479BF; }
a { background-color: rgb(100,121,191); }
div.DivClassName
{
background-color: #6479BF;
}
.BgClassName
{
background-color: #6479BF;
}
</style>
border-color css
<style>
span { border-color: #6479BF; }
span { border-color: rgb(100,121,191); }
td.TdClassName
{
border-color: #6479BF;
}
.TagClassName
{
border-color: #6479BF;
}
</style>