Shades of Cornflower Blue #667DDB
Tints of Cornflower Blue #667DDB
RGB
CMYK
RGB Variations
Color information
#667DDB (or 0x667DDB) is known color: Cornflower Blue. HEX triplet: 66, 7D and DB. RGB value is (102,125,219). Sum of RGB (Red+Green+Blue) = 102+125+219=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #667DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DDB is #998224. Grayscale: #808080. Windows color (decimal): -10060325 or 14384486. OLE color: 14384486.
HSL color Cylindrical-coordinate representation of color #667DDB: hue angle of 228.21º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #667DDB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 125 | 219 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.14 |
| HSL | 228.21º | 0.62% | 0.63% | - |
| HSV(B) | 228.21º | 0.53% | 0.86% | - |
| XYZ | 25.6 | 22.61 | 70.03 | - |
| YUV | 128.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 219 | 0.53 | 0.43 | 0 | 0.14 | 228.21 | 0.62 | 0.63 |
| Hex | 66 | 7D | DB | 35 | 2B | 0 | E | E4 | 3E | 3F |
| Octal | 146 | 175 | 333 | 65 | 53 | 0 | 16 | 344 | 76 | 77 |
| Binary | 1100110 | 1111101 | 11011011 | 110101 | 101011 | 0 | 1110 | 11100100 | 111110 | 111111 |
Color Harmonies of #667DDB
Complementary color
Monochromatic Colors of #667DDB
Black with #667DDB
Text Example
Text Example
White with #667DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DDB; }
p { color: rgb(102,125,219); }
H1.HeaderClassName
{
color: #667DDB;
}
.AnyTagClassName
{
color: #667DDB;
}
</style>
background-color css
<style>
a { background-color: #667DDB; }
a { background-color: rgb(102,125,219); }
div.DivClassName
{
background-color: #667DDB;
}
.BgClassName
{
background-color: #667DDB;
}
</style>
border-color css
<style>
span { border-color: #667DDB; }
span { border-color: rgb(102,125,219); }
td.TdClassName
{
border-color: #667DDB;
}
.TagClassName
{
border-color: #667DDB;
}
</style>