Shades of Chetwode Blue #697CCB
Tints of Chetwode Blue #697CCB
RGB
CMYK
RGB Variations
Color information
#697CCB (or 0x697CCB) is known color: Chetwode Blue. HEX triplet: 69, 7C and CB. RGB value is (105,124,203). Sum of RGB (Red+Green+Blue) = 105+124+203=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #697CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CCB is #968334. Grayscale: #7E7E7E. Windows color (decimal): -9863989 or 13335657. OLE color: 13335657.
HSL color Cylindrical-coordinate representation of color #697CCB: hue angle of 228.37º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #697CCB is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 124 | 203 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.20 |
| HSL | 228.37º | 0.49% | 0.6% | - |
| HSV(B) | 228.37º | 0.48% | 0.8% | - |
| XYZ | 23.81 | 21.73 | 59.44 | - |
| YUV | 127.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 203 | 0.48 | 0.39 | 0 | 0.20 | 228.37 | 0.49 | 0.6 |
| Hex | 69 | 7C | CB | 30 | 27 | 0 | 14 | E4 | 31 | 3C |
| Octal | 151 | 174 | 313 | 60 | 47 | 0 | 24 | 344 | 61 | 74 |
| Binary | 1101001 | 1111100 | 11001011 | 110000 | 100111 | 0 | 10100 | 11100100 | 110001 | 111100 |
Color Harmonies of #697CCB
Complementary color
Monochromatic Colors of #697CCB
Black with #697CCB
Text Example
Text Example
White with #697CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CCB; }
p { color: rgb(105,124,203); }
H1.HeaderClassName
{
color: #697CCB;
}
.AnyTagClassName
{
color: #697CCB;
}
</style>
background-color css
<style>
a { background-color: #697CCB; }
a { background-color: rgb(105,124,203); }
div.DivClassName
{
background-color: #697CCB;
}
.BgClassName
{
background-color: #697CCB;
}
</style>
border-color css
<style>
span { border-color: #697CCB; }
span { border-color: rgb(105,124,203); }
td.TdClassName
{
border-color: #697CCB;
}
.TagClassName
{
border-color: #697CCB;
}
</style>