Shades of Cornflower Blue #668FF3
Tints of Cornflower Blue #668FF3
RGB
CMYK
RGB Variations
Color information
#668FF3 (or 0x668FF3) is known color: Cornflower Blue. HEX triplet: 66, 8F and F3. RGB value is (102,143,243). Sum of RGB (Red+Green+Blue) = 102+143+243=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #668FF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668FF3 is #99700C. Grayscale: #8D8D8D. Windows color (decimal): -10055693 or 15961958. OLE color: 15961958.
HSL color Cylindrical-coordinate representation of color #668FF3: hue angle of 222.55º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #668FF3 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 143 | 243 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.05 |
| HSL | 222.55º | 0.85% | 0.68% | - |
| HSV(B) | 222.55º | 0.58% | 0.95% | - |
| XYZ | 31.48 | 28.94 | 88.72 | - |
| YUV | 142.14 | 184.92 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 243 | 0.58 | 0.41 | 0 | 0.05 | 222.55 | 0.85 | 0.68 |
| Hex | 66 | 8F | F3 | 3A | 29 | 0 | 5 | DF | 55 | 44 |
| Octal | 146 | 217 | 363 | 72 | 51 | 0 | 5 | 337 | 125 | 104 |
| Binary | 1100110 | 10001111 | 11110011 | 111010 | 101001 | 0 | 101 | 11011111 | 1010101 | 1000100 |
Color Harmonies of #668FF3
Complementary color
Monochromatic Colors of #668FF3
Black with #668FF3
Text Example
Text Example
White with #668FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FF3; }
p { color: rgb(102,143,243); }
H1.HeaderClassName
{
color: #668FF3;
}
.AnyTagClassName
{
color: #668FF3;
}
</style>
background-color css
<style>
a { background-color: #668FF3; }
a { background-color: rgb(102,143,243); }
div.DivClassName
{
background-color: #668FF3;
}
.BgClassName
{
background-color: #668FF3;
}
</style>
border-color css
<style>
span { border-color: #668FF3; }
span { border-color: rgb(102,143,243); }
td.TdClassName
{
border-color: #668FF3;
}
.TagClassName
{
border-color: #668FF3;
}
</style>