Shades of Chetwode Blue #6469BC
Tints of Chetwode Blue #6469BC
RGB
CMYK
RGB Variations
Color information
#6469BC (or 0x6469BC) is known color: Chetwode Blue. HEX triplet: 64, 69 and BC. RGB value is (100,105,188). Sum of RGB (Red+Green+Blue) = 100+105+188=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #6469BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469BC is #9B9643. Grayscale: #707070. Windows color (decimal): -10196548 or 12347748. OLE color: 12347748.
HSL color Cylindrical-coordinate representation of color #6469BC: hue angle of 236.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6469BC is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 105 | 188 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.26 |
| HSL | 236.59º | 0.4% | 0.56% | - |
| HSV(B) | 236.59º | 0.47% | 0.74% | - |
| XYZ | 19.38 | 16.44 | 49.73 | - |
| YUV | 112.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 188 | 0.47 | 0.44 | 0 | 0.26 | 236.59 | 0.4 | 0.56 |
| Hex | 64 | 69 | BC | 2F | 2C | 0 | 1A | ED | 28 | 38 |
| Octal | 144 | 151 | 274 | 57 | 54 | 0 | 32 | 355 | 50 | 70 |
| Binary | 1100100 | 1101001 | 10111100 | 101111 | 101100 | 0 | 11010 | 11101101 | 101000 | 111000 |
Color Harmonies of #6469BC
Complementary color
Monochromatic Colors of #6469BC
Black with #6469BC
Text Example
Text Example
White with #6469BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6469BC; }
p { color: rgb(100,105,188); }
H1.HeaderClassName
{
color: #6469BC;
}
.AnyTagClassName
{
color: #6469BC;
}
</style>
background-color css
<style>
a { background-color: #6469BC; }
a { background-color: rgb(100,105,188); }
div.DivClassName
{
background-color: #6469BC;
}
.BgClassName
{
background-color: #6469BC;
}
</style>
border-color css
<style>
span { border-color: #6469BC; }
span { border-color: rgb(100,105,188); }
td.TdClassName
{
border-color: #6469BC;
}
.TagClassName
{
border-color: #6469BC;
}
</style>