Shades of Cornflower Blue #667CFB
Tints of Cornflower Blue #667CFB
RGB
CMYK
RGB Variations
Color information
#667CFB (or 0x667CFB) is known color: Cornflower Blue. HEX triplet: 66, 7C and FB. RGB value is (102,124,251). Sum of RGB (Red+Green+Blue) = 102+124+251=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #667CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667CFB is #998304. Grayscale: #838383. Windows color (decimal): -10060549 or 16481382. OLE color: 16481382.
HSL color Cylindrical-coordinate representation of color #667CFB: hue angle of 231.14º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #667CFB is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 124 | 251 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.02 |
| HSL | 231.14º | 0.95% | 0.69% | - |
| HSV(B) | 231.14º | 0.59% | 0.98% | - |
| XYZ | 30.1 | 24.21 | 94.35 | - |
| YUV | 131.9 | 195.21 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 251 | 0.59 | 0.51 | 0 | 0.02 | 231.14 | 0.95 | 0.69 |
| Hex | 66 | 7C | FB | 3B | 33 | 0 | 2 | E7 | 5F | 45 |
| Octal | 146 | 174 | 373 | 73 | 63 | 0 | 2 | 347 | 137 | 105 |
| Binary | 1100110 | 1111100 | 11111011 | 111011 | 110011 | 0 | 10 | 11100111 | 1011111 | 1000101 |
Color Harmonies of #667CFB
Complementary color
Monochromatic Colors of #667CFB
Black with #667CFB
Text Example
Text Example
White with #667CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CFB; }
p { color: rgb(102,124,251); }
H1.HeaderClassName
{
color: #667CFB;
}
.AnyTagClassName
{
color: #667CFB;
}
</style>
background-color css
<style>
a { background-color: #667CFB; }
a { background-color: rgb(102,124,251); }
div.DivClassName
{
background-color: #667CFB;
}
.BgClassName
{
background-color: #667CFB;
}
</style>
border-color css
<style>
span { border-color: #667CFB; }
span { border-color: rgb(102,124,251); }
td.TdClassName
{
border-color: #667CFB;
}
.TagClassName
{
border-color: #667CFB;
}
</style>