Shades of Cornflower Blue #667BFD
Tints of Cornflower Blue #667BFD
RGB
CMYK
RGB Variations
Color information
#667BFD (or 0x667BFD) is known color: Cornflower Blue. HEX triplet: 66, 7B and FD. RGB value is (102,123,253). Sum of RGB (Red+Green+Blue) = 102+123+253=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #667BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667BFD is #998402. Grayscale: #838383. Windows color (decimal): -10060803 or 16612198. OLE color: 16612198.
HSL color Cylindrical-coordinate representation of color #667BFD: hue angle of 231.66º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #667BFD is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 123 | 253 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.01 |
| HSL | 231.66º | 0.97% | 0.7% | - |
| HSV(B) | 231.66º | 0.6% | 0.99% | - |
| XYZ | 30.29 | 24.08 | 95.98 | - |
| YUV | 131.54 | 196.54 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 253 | 0.60 | 0.51 | 0 | 0.01 | 231.66 | 0.97 | 0.7 |
| Hex | 66 | 7B | FD | 3C | 33 | 0 | 1 | E8 | 61 | 46 |
| Octal | 146 | 173 | 375 | 74 | 63 | 0 | 1 | 350 | 141 | 106 |
| Binary | 1100110 | 1111011 | 11111101 | 111100 | 110011 | 0 | 1 | 11101000 | 1100001 | 1000110 |
Color Harmonies of #667BFD
Complementary color
Monochromatic Colors of #667BFD
Black with #667BFD
Text Example
Text Example
White with #667BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667BFD; }
p { color: rgb(102,123,253); }
H1.HeaderClassName
{
color: #667BFD;
}
.AnyTagClassName
{
color: #667BFD;
}
</style>
background-color css
<style>
a { background-color: #667BFD; }
a { background-color: rgb(102,123,253); }
div.DivClassName
{
background-color: #667BFD;
}
.BgClassName
{
background-color: #667BFD;
}
</style>
border-color css
<style>
span { border-color: #667BFD; }
span { border-color: rgb(102,123,253); }
td.TdClassName
{
border-color: #667BFD;
}
.TagClassName
{
border-color: #667BFD;
}
</style>