Shades of Chetwode Blue #6975B4
Tints of Chetwode Blue #6975B4
RGB
CMYK
RGB Variations
Color information
#6975B4 (or 0x6975B4) is known color: Chetwode Blue. HEX triplet: 69, 75 and B4. RGB value is (105,117,180). Sum of RGB (Red+Green+Blue) = 105+117+180=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #6975B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975B4 is #968A4B. Grayscale: #787878. Windows color (decimal): -9865804 or 11826537. OLE color: 11826537.
HSL color Cylindrical-coordinate representation of color #6975B4: hue angle of 230.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6975B4 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 117 | 180 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.29 |
| HSL | 230.4º | 0.33% | 0.56% | - |
| HSV(B) | 230.4º | 0.42% | 0.71% | - |
| XYZ | 20.43 | 19.02 | 45.77 | - |
| YUV | 120.59 | 161.52 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 180 | 0.42 | 0.35 | 0 | 0.29 | 230.4 | 0.33 | 0.56 |
| Hex | 69 | 75 | B4 | 2A | 23 | 0 | 1D | E6 | 21 | 38 |
| Octal | 151 | 165 | 264 | 52 | 43 | 0 | 35 | 346 | 41 | 70 |
| Binary | 1101001 | 1110101 | 10110100 | 101010 | 100011 | 0 | 11101 | 11100110 | 100001 | 111000 |
Color Harmonies of #6975B4
Complementary color
Monochromatic Colors of #6975B4
Black with #6975B4
Text Example
Text Example
White with #6975B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6975B4; }
p { color: rgb(105,117,180); }
H1.HeaderClassName
{
color: #6975B4;
}
.AnyTagClassName
{
color: #6975B4;
}
</style>
background-color css
<style>
a { background-color: #6975B4; }
a { background-color: rgb(105,117,180); }
div.DivClassName
{
background-color: #6975B4;
}
.BgClassName
{
background-color: #6975B4;
}
</style>
border-color css
<style>
span { border-color: #6975B4; }
span { border-color: rgb(105,117,180); }
td.TdClassName
{
border-color: #6975B4;
}
.TagClassName
{
border-color: #6975B4;
}
</style>