Shades of Chetwode Blue #6B7AB4
Tints of Chetwode Blue #6B7AB4
RGB
CMYK
RGB Variations
Color information
#6B7AB4 (or 0x6B7AB4) is known color: Chetwode Blue. HEX triplet: 6B, 7A and B4. RGB value is (107,122,180). Sum of RGB (Red+Green+Blue) = 107+122+180=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #6B7AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7AB4 is #94854B. Grayscale: #7B7B7B. Windows color (decimal): -9733452 or 11827819. OLE color: 11827819.
HSL color Cylindrical-coordinate representation of color #6B7AB4: hue angle of 227.67º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B7AB4 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 122 | 180 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.29 |
| HSL | 227.67º | 0.33% | 0.56% | - |
| HSV(B) | 227.67º | 0.41% | 0.71% | - |
| XYZ | 21.26 | 20.34 | 45.99 | - |
| YUV | 124.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 180 | 0.41 | 0.32 | 0 | 0.29 | 227.67 | 0.33 | 0.56 |
| Hex | 6B | 7A | B4 | 29 | 20 | 0 | 1D | E4 | 21 | 38 |
| Octal | 153 | 172 | 264 | 51 | 40 | 0 | 35 | 344 | 41 | 70 |
| Binary | 1101011 | 1111010 | 10110100 | 101001 | 100000 | 0 | 11101 | 11100100 | 100001 | 111000 |
Color Harmonies of #6B7AB4
Complementary color
Monochromatic Colors of #6B7AB4
Black with #6B7AB4
Text Example
Text Example
White with #6B7AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7AB4; }
p { color: rgb(107,122,180); }
H1.HeaderClassName
{
color: #6B7AB4;
}
.AnyTagClassName
{
color: #6B7AB4;
}
</style>
background-color css
<style>
a { background-color: #6B7AB4; }
a { background-color: rgb(107,122,180); }
div.DivClassName
{
background-color: #6B7AB4;
}
.BgClassName
{
background-color: #6B7AB4;
}
</style>
border-color css
<style>
span { border-color: #6B7AB4; }
span { border-color: rgb(107,122,180); }
td.TdClassName
{
border-color: #6B7AB4;
}
.TagClassName
{
border-color: #6B7AB4;
}
</style>