Shades of Chetwode Blue #6674CA
Tints of Chetwode Blue #6674CA
RGB
CMYK
RGB Variations
Color information
#6674CA (or 0x6674CA) is known color: Chetwode Blue. HEX triplet: 66, 74 and CA. RGB value is (102,116,202). Sum of RGB (Red+Green+Blue) = 102+116+202=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #6674CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6674CA is #998B35. Grayscale: #797979. Windows color (decimal): -10062646 or 13268070. OLE color: 13268070.
HSL color Cylindrical-coordinate representation of color #6674CA: hue angle of 231.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6674CA is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 116 | 202 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.21 |
| HSL | 231.6º | 0.49% | 0.6% | - |
| HSV(B) | 231.6º | 0.5% | 0.79% | - |
| XYZ | 22.39 | 19.58 | 58.48 | - |
| YUV | 121.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 202 | 0.50 | 0.43 | 0 | 0.21 | 231.6 | 0.49 | 0.6 |
| Hex | 66 | 74 | CA | 32 | 2B | 0 | 15 | E8 | 31 | 3C |
| Octal | 146 | 164 | 312 | 62 | 53 | 0 | 25 | 350 | 61 | 74 |
| Binary | 1100110 | 1110100 | 11001010 | 110010 | 101011 | 0 | 10101 | 11101000 | 110001 | 111100 |
Color Harmonies of #6674CA
Complementary color
Monochromatic Colors of #6674CA
Black with #6674CA
Text Example
Text Example
White with #6674CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6674CA; }
p { color: rgb(102,116,202); }
H1.HeaderClassName
{
color: #6674CA;
}
.AnyTagClassName
{
color: #6674CA;
}
</style>
background-color css
<style>
a { background-color: #6674CA; }
a { background-color: rgb(102,116,202); }
div.DivClassName
{
background-color: #6674CA;
}
.BgClassName
{
background-color: #6674CA;
}
</style>
border-color css
<style>
span { border-color: #6674CA; }
span { border-color: rgb(102,116,202); }
td.TdClassName
{
border-color: #6674CA;
}
.TagClassName
{
border-color: #6674CA;
}
</style>