Shades of Chetwode Blue #697ACB
Tints of Chetwode Blue #697ACB
RGB
CMYK
RGB Variations
Color information
#697ACB (or 0x697ACB) is known color: Chetwode Blue. HEX triplet: 69, 7A and CB. RGB value is (105,122,203). Sum of RGB (Red+Green+Blue) = 105+122+203=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #697ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ACB is #968534. Grayscale: #7D7D7D. Windows color (decimal): -9864501 or 13335145. OLE color: 13335145.
HSL color Cylindrical-coordinate representation of color #697ACB: hue angle of 229.59º 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 #697ACB is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 122 | 203 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.20 |
| HSL | 229.59º | 0.49% | 0.6% | - |
| HSV(B) | 229.59º | 0.48% | 0.8% | - |
| XYZ | 23.56 | 21.23 | 59.36 | - |
| YUV | 126.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 203 | 0.48 | 0.40 | 0 | 0.20 | 229.59 | 0.49 | 0.6 |
| Hex | 69 | 7A | CB | 30 | 28 | 0 | 14 | E6 | 31 | 3C |
| Octal | 151 | 172 | 313 | 60 | 50 | 0 | 24 | 346 | 61 | 74 |
| Binary | 1101001 | 1111010 | 11001011 | 110000 | 101000 | 0 | 10100 | 11100110 | 110001 | 111100 |
Color Harmonies of #697ACB
Complementary color
Monochromatic Colors of #697ACB
Black with #697ACB
Text Example
Text Example
White with #697ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697ACB; }
p { color: rgb(105,122,203); }
H1.HeaderClassName
{
color: #697ACB;
}
.AnyTagClassName
{
color: #697ACB;
}
</style>
background-color css
<style>
a { background-color: #697ACB; }
a { background-color: rgb(105,122,203); }
div.DivClassName
{
background-color: #697ACB;
}
.BgClassName
{
background-color: #697ACB;
}
</style>
border-color css
<style>
span { border-color: #697ACB; }
span { border-color: rgb(105,122,203); }
td.TdClassName
{
border-color: #697ACB;
}
.TagClassName
{
border-color: #697ACB;
}
</style>