Shades of Cornflower Blue #6690F3
Tints of Cornflower Blue #6690F3
RGB
CMYK
RGB Variations
Color information
#6690F3 (or 0x6690F3) is known color: Cornflower Blue. HEX triplet: 66, 90 and F3. RGB value is (102,144,243). Sum of RGB (Red+Green+Blue) = 102+144+243=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #6690F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6690F3 is #996F0C. Grayscale: #8E8E8E. Windows color (decimal): -10055437 or 15962214. OLE color: 15962214.
HSL color Cylindrical-coordinate representation of color #6690F3: hue angle of 222.13º 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 #6690F3 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 144 | 243 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.05 |
| HSL | 222.13º | 0.85% | 0.68% | - |
| HSV(B) | 222.13º | 0.58% | 0.95% | - |
| XYZ | 31.63 | 29.24 | 88.77 | - |
| YUV | 142.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 243 | 0.58 | 0.41 | 0 | 0.05 | 222.13 | 0.85 | 0.68 |
| Hex | 66 | 90 | F3 | 3A | 29 | 0 | 5 | DE | 55 | 44 |
| Octal | 146 | 220 | 363 | 72 | 51 | 0 | 5 | 336 | 125 | 104 |
| Binary | 1100110 | 10010000 | 11110011 | 111010 | 101001 | 0 | 101 | 11011110 | 1010101 | 1000100 |
Color Harmonies of #6690F3
Complementary color
Monochromatic Colors of #6690F3
Black with #6690F3
Text Example
Text Example
White with #6690F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6690F3; }
p { color: rgb(102,144,243); }
H1.HeaderClassName
{
color: #6690F3;
}
.AnyTagClassName
{
color: #6690F3;
}
</style>
background-color css
<style>
a { background-color: #6690F3; }
a { background-color: rgb(102,144,243); }
div.DivClassName
{
background-color: #6690F3;
}
.BgClassName
{
background-color: #6690F3;
}
</style>
border-color css
<style>
span { border-color: #6690F3; }
span { border-color: rgb(102,144,243); }
td.TdClassName
{
border-color: #6690F3;
}
.TagClassName
{
border-color: #6690F3;
}
</style>