Shades of Chetwode Blue #6670CF
Tints of Chetwode Blue #6670CF
RGB
CMYK
RGB Variations
Color information
#6670CF (or 0x6670CF) is known color: Chetwode Blue. HEX triplet: 66, 70 and CF. RGB value is (102,112,207). Sum of RGB (Red+Green+Blue) = 102+112+207=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #6670CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6670CF is #998F30. Grayscale: #777777. Windows color (decimal): -10063665 or 13594726. OLE color: 13594726.
HSL color Cylindrical-coordinate representation of color #6670CF: hue angle of 234.29º 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 #6670CF is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 112 | 207 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.19 |
| HSL | 234.29º | 0.52% | 0.61% | - |
| HSV(B) | 234.29º | 0.51% | 0.81% | - |
| XYZ | 22.54 | 18.92 | 61.5 | - |
| YUV | 119.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 207 | 0.51 | 0.46 | 0 | 0.19 | 234.29 | 0.52 | 0.61 |
| Hex | 66 | 70 | CF | 33 | 2E | 0 | 13 | EA | 34 | 3D |
| Octal | 146 | 160 | 317 | 63 | 56 | 0 | 23 | 352 | 64 | 75 |
| Binary | 1100110 | 1110000 | 11001111 | 110011 | 101110 | 0 | 10011 | 11101010 | 110100 | 111101 |
Color Harmonies of #6670CF
Complementary color
Monochromatic Colors of #6670CF
Black with #6670CF
Text Example
Text Example
White with #6670CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6670CF; }
p { color: rgb(102,112,207); }
H1.HeaderClassName
{
color: #6670CF;
}
.AnyTagClassName
{
color: #6670CF;
}
</style>
background-color css
<style>
a { background-color: #6670CF; }
a { background-color: rgb(102,112,207); }
div.DivClassName
{
background-color: #6670CF;
}
.BgClassName
{
background-color: #6670CF;
}
</style>
border-color css
<style>
span { border-color: #6670CF; }
span { border-color: rgb(102,112,207); }
td.TdClassName
{
border-color: #6670CF;
}
.TagClassName
{
border-color: #6670CF;
}
</style>