Shades of Chetwode Blue #6475C3
Tints of Chetwode Blue #6475C3
RGB
CMYK
RGB Variations
Color information
#6475C3 (or 0x6475C3) is known color: Chetwode Blue. HEX triplet: 64, 75 and C3. RGB value is (100,117,195). Sum of RGB (Red+Green+Blue) = 100+117+195=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 195 - color contains mainly: blue. Hex color #6475C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475C3 is #9B8A3C. Grayscale: #787878. Windows color (decimal): -10193469 or 12809572. OLE color: 12809572.
HSL color Cylindrical-coordinate representation of color #6475C3: hue angle of 229.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6475C3 is Cyan = 0.49, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 117 | 195 | - |
| CMYK | 0.49 | 0.4 | 0 | 0.24 |
| HSL | 229.26º | 0.44% | 0.58% | - |
| HSV(B) | 229.26º | 0.49% | 0.76% | - |
| XYZ | 21.47 | 19.37 | 54.24 | - |
| YUV | 120.81 | 169.87 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 195 | 0.49 | 0.4 | 0 | 0.24 | 229.26 | 0.44 | 0.58 |
| Hex | 64 | 75 | C3 | 31 | 28 | 0 | 18 | E5 | 2C | 3A |
| Octal | 144 | 165 | 303 | 61 | 50 | 0 | 30 | 345 | 54 | 72 |
| Binary | 1100100 | 1110101 | 11000011 | 110001 | 101000 | 0 | 11000 | 11100101 | 101100 | 111010 |
Color Harmonies of #6475C3
Complementary color
Monochromatic Colors of #6475C3
Black with #6475C3
Text Example
Text Example
White with #6475C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6475C3; }
p { color: rgb(100,117,195); }
H1.HeaderClassName
{
color: #6475C3;
}
.AnyTagClassName
{
color: #6475C3;
}
</style>
background-color css
<style>
a { background-color: #6475C3; }
a { background-color: rgb(100,117,195); }
div.DivClassName
{
background-color: #6475C3;
}
.BgClassName
{
background-color: #6475C3;
}
</style>
border-color css
<style>
span { border-color: #6475C3; }
span { border-color: rgb(100,117,195); }
td.TdClassName
{
border-color: #6475C3;
}
.TagClassName
{
border-color: #6475C3;
}
</style>