Shades of Chetwode Blue #6475D4
Tints of Chetwode Blue #6475D4
RGB
CMYK
RGB Variations
Color information
#6475D4 (or 0x6475D4) is known color: Chetwode Blue. HEX triplet: 64, 75 and D4. RGB value is (100,117,212). Sum of RGB (Red+Green+Blue) = 100+117+212=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #6475D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475D4 is #9B8A2B. Grayscale: #7A7A7A. Windows color (decimal): -10193452 or 13923684. OLE color: 13923684.
HSL color Cylindrical-coordinate representation of color #6475D4: hue angle of 230.89º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6475D4 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 117 | 212 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.17 |
| HSL | 230.89º | 0.57% | 0.61% | - |
| HSV(B) | 230.89º | 0.53% | 0.83% | - |
| XYZ | 23.5 | 20.19 | 64.94 | - |
| YUV | 122.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 212 | 0.53 | 0.45 | 0 | 0.17 | 230.89 | 0.57 | 0.61 |
| Hex | 64 | 75 | D4 | 35 | 2D | 0 | 11 | E7 | 39 | 3D |
| Octal | 144 | 165 | 324 | 65 | 55 | 0 | 21 | 347 | 71 | 75 |
| Binary | 1100100 | 1110101 | 11010100 | 110101 | 101101 | 0 | 10001 | 11100111 | 111001 | 111101 |
Color Harmonies of #6475D4
Complementary color
Monochromatic Colors of #6475D4
Black with #6475D4
Text Example
Text Example
White with #6475D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6475D4; }
p { color: rgb(100,117,212); }
H1.HeaderClassName
{
color: #6475D4;
}
.AnyTagClassName
{
color: #6475D4;
}
</style>
background-color css
<style>
a { background-color: #6475D4; }
a { background-color: rgb(100,117,212); }
div.DivClassName
{
background-color: #6475D4;
}
.BgClassName
{
background-color: #6475D4;
}
</style>
border-color css
<style>
span { border-color: #6475D4; }
span { border-color: rgb(100,117,212); }
td.TdClassName
{
border-color: #6475D4;
}
.TagClassName
{
border-color: #6475D4;
}
</style>