Shades of Chetwode Blue #6672CF
Tints of Chetwode Blue #6672CF
RGB
CMYK
RGB Variations
Color information
#6672CF (or 0x6672CF) is known color: Chetwode Blue. HEX triplet: 66, 72 and CF. RGB value is (102,114,207). Sum of RGB (Red+Green+Blue) = 102+114+207=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #6672CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6672CF is #998D30. Grayscale: #787878. Windows color (decimal): -10063153 or 13595238. OLE color: 13595238.
HSL color Cylindrical-coordinate representation of color #6672CF: hue angle of 233.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6672CF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 114 | 207 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.19 |
| HSL | 233.14º | 0.52% | 0.61% | - |
| HSV(B) | 233.14º | 0.51% | 0.81% | - |
| XYZ | 22.76 | 19.36 | 61.57 | - |
| YUV | 121.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 207 | 0.51 | 0.45 | 0 | 0.19 | 233.14 | 0.52 | 0.61 |
| Hex | 66 | 72 | CF | 33 | 2D | 0 | 13 | E9 | 34 | 3D |
| Octal | 146 | 162 | 317 | 63 | 55 | 0 | 23 | 351 | 64 | 75 |
| Binary | 1100110 | 1110010 | 11001111 | 110011 | 101101 | 0 | 10011 | 11101001 | 110100 | 111101 |
Color Harmonies of #6672CF
Complementary color
Monochromatic Colors of #6672CF
Black with #6672CF
Text Example
Text Example
White with #6672CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672CF; }
p { color: rgb(102,114,207); }
H1.HeaderClassName
{
color: #6672CF;
}
.AnyTagClassName
{
color: #6672CF;
}
</style>
background-color css
<style>
a { background-color: #6672CF; }
a { background-color: rgb(102,114,207); }
div.DivClassName
{
background-color: #6672CF;
}
.BgClassName
{
background-color: #6672CF;
}
</style>
border-color css
<style>
span { border-color: #6672CF; }
span { border-color: rgb(102,114,207); }
td.TdClassName
{
border-color: #6672CF;
}
.TagClassName
{
border-color: #6672CF;
}
</style>