Shades of Chetwode Blue #6772D2
Tints of Chetwode Blue #6772D2
RGB
CMYK
RGB Variations
Color information
#6772D2 (or 0x6772D2) is known color: Chetwode Blue. HEX triplet: 67, 72 and D2. RGB value is (103,114,210). Sum of RGB (Red+Green+Blue) = 103+114+210=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #6772D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6772D2 is #988D2D. Grayscale: #797979. Windows color (decimal): -9997614 or 13791847. OLE color: 13791847.
HSL color Cylindrical-coordinate representation of color #6772D2: hue angle of 233.83º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6772D2 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 114 | 210 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.18 |
| HSL | 233.83º | 0.54% | 0.61% | - |
| HSV(B) | 233.83º | 0.51% | 0.82% | - |
| XYZ | 23.24 | 19.57 | 63.53 | - |
| YUV | 121.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 210 | 0.51 | 0.46 | 0 | 0.18 | 233.83 | 0.54 | 0.61 |
| Hex | 67 | 72 | D2 | 33 | 2E | 0 | 12 | EA | 36 | 3D |
| Octal | 147 | 162 | 322 | 63 | 56 | 0 | 22 | 352 | 66 | 75 |
| Binary | 1100111 | 1110010 | 11010010 | 110011 | 101110 | 0 | 10010 | 11101010 | 110110 | 111101 |
Color Harmonies of #6772D2
Complementary color
Monochromatic Colors of #6772D2
Black with #6772D2
Text Example
Text Example
White with #6772D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6772D2; }
p { color: rgb(103,114,210); }
H1.HeaderClassName
{
color: #6772D2;
}
.AnyTagClassName
{
color: #6772D2;
}
</style>
background-color css
<style>
a { background-color: #6772D2; }
a { background-color: rgb(103,114,210); }
div.DivClassName
{
background-color: #6772D2;
}
.BgClassName
{
background-color: #6772D2;
}
</style>
border-color css
<style>
span { border-color: #6772D2; }
span { border-color: rgb(103,114,210); }
td.TdClassName
{
border-color: #6772D2;
}
.TagClassName
{
border-color: #6772D2;
}
</style>