Shades of Cornflower Blue #6690FB
Tints of Cornflower Blue #6690FB
RGB
CMYK
RGB Variations
Color information
#6690FB (or 0x6690FB) is known color: Cornflower Blue. HEX triplet: 66, 90 and FB. RGB value is (102,144,251). Sum of RGB (Red+Green+Blue) = 102+144+251=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #6690FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6690FB is #996F04. Grayscale: #8F8F8F. Windows color (decimal): -10055429 or 16486502. OLE color: 16486502.
HSL color Cylindrical-coordinate representation of color #6690FB: hue angle of 223.09º 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 #6690FB is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 144 | 251 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.02 |
| HSL | 223.09º | 0.95% | 0.69% | - |
| HSV(B) | 223.09º | 0.59% | 0.98% | - |
| XYZ | 32.87 | 29.74 | 95.27 | - |
| YUV | 143.64 | 188.59 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 251 | 0.59 | 0.43 | 0 | 0.02 | 223.09 | 0.95 | 0.69 |
| Hex | 66 | 90 | FB | 3B | 2B | 0 | 2 | DF | 5F | 45 |
| Octal | 146 | 220 | 373 | 73 | 53 | 0 | 2 | 337 | 137 | 105 |
| Binary | 1100110 | 10010000 | 11111011 | 111011 | 101011 | 0 | 10 | 11011111 | 1011111 | 1000101 |
Color Harmonies of #6690FB
Complementary color
Monochromatic Colors of #6690FB
Black with #6690FB
Text Example
Text Example
White with #6690FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6690FB; }
p { color: rgb(102,144,251); }
H1.HeaderClassName
{
color: #6690FB;
}
.AnyTagClassName
{
color: #6690FB;
}
</style>
background-color css
<style>
a { background-color: #6690FB; }
a { background-color: rgb(102,144,251); }
div.DivClassName
{
background-color: #6690FB;
}
.BgClassName
{
background-color: #6690FB;
}
</style>
border-color css
<style>
span { border-color: #6690FB; }
span { border-color: rgb(102,144,251); }
td.TdClassName
{
border-color: #6690FB;
}
.TagClassName
{
border-color: #6690FB;
}
</style>