Shades of Cornflower Blue #668CF9
Tints of Cornflower Blue #668CF9
RGB
CMYK
RGB Variations
Color information
#668CF9 (or 0x668CF9) is known color: Cornflower Blue. HEX triplet: 66, 8C and F9. RGB value is (102,140,249). Sum of RGB (Red+Green+Blue) = 102+140+249=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #668CF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CF9 is #997306. Grayscale: #8C8C8C. Windows color (decimal): -10056455 or 16354406. OLE color: 16354406.
HSL color Cylindrical-coordinate representation of color #668CF9: hue angle of 224.49º degrees, saturation: 0.92, 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 #668CF9 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 140 | 249 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.02 |
| HSL | 224.49º | 0.92% | 0.69% | - |
| HSV(B) | 224.49º | 0.59% | 0.98% | - |
| XYZ | 31.96 | 28.42 | 93.42 | - |
| YUV | 141.06 | 188.91 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 249 | 0.59 | 0.44 | 0 | 0.02 | 224.49 | 0.92 | 0.69 |
| Hex | 66 | 8C | F9 | 3B | 2C | 0 | 2 | E0 | 5C | 45 |
| Octal | 146 | 214 | 371 | 73 | 54 | 0 | 2 | 340 | 134 | 105 |
| Binary | 1100110 | 10001100 | 11111001 | 111011 | 101100 | 0 | 10 | 11100000 | 1011100 | 1000101 |
Color Harmonies of #668CF9
Complementary color
Monochromatic Colors of #668CF9
Black with #668CF9
Text Example
Text Example
White with #668CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CF9; }
p { color: rgb(102,140,249); }
H1.HeaderClassName
{
color: #668CF9;
}
.AnyTagClassName
{
color: #668CF9;
}
</style>
background-color css
<style>
a { background-color: #668CF9; }
a { background-color: rgb(102,140,249); }
div.DivClassName
{
background-color: #668CF9;
}
.BgClassName
{
background-color: #668CF9;
}
</style>
border-color css
<style>
span { border-color: #668CF9; }
span { border-color: rgb(102,140,249); }
td.TdClassName
{
border-color: #668CF9;
}
.TagClassName
{
border-color: #668CF9;
}
</style>