Shades of Cornflower Blue #6690FA
Tints of Cornflower Blue #6690FA
RGB
CMYK
RGB Variations
Color information
#6690FA (or 0x6690FA) is known color: Cornflower Blue. HEX triplet: 66, 90 and FA. RGB value is (102,144,250). Sum of RGB (Red+Green+Blue) = 102+144+250=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #6690FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6690FA is #996F05. Grayscale: #8F8F8F. Windows color (decimal): -10055430 or 16420966. OLE color: 16420966.
HSL color Cylindrical-coordinate representation of color #6690FA: hue angle of 222.97º degrees, saturation: 0.94, 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 #6690FA is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 144 | 250 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.02 |
| HSL | 222.97º | 0.94% | 0.69% | - |
| HSV(B) | 222.97º | 0.59% | 0.98% | - |
| XYZ | 32.71 | 29.67 | 94.45 | - |
| YUV | 143.53 | 188.09 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 250 | 0.59 | 0.42 | 0 | 0.02 | 222.97 | 0.94 | 0.69 |
| Hex | 66 | 90 | FA | 3B | 2A | 0 | 2 | DF | 5E | 45 |
| Octal | 146 | 220 | 372 | 73 | 52 | 0 | 2 | 337 | 136 | 105 |
| Binary | 1100110 | 10010000 | 11111010 | 111011 | 101010 | 0 | 10 | 11011111 | 1011110 | 1000101 |
Color Harmonies of #6690FA
Complementary color
Monochromatic Colors of #6690FA
Black with #6690FA
Text Example
Text Example
White with #6690FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6690FA; }
p { color: rgb(102,144,250); }
H1.HeaderClassName
{
color: #6690FA;
}
.AnyTagClassName
{
color: #6690FA;
}
</style>
background-color css
<style>
a { background-color: #6690FA; }
a { background-color: rgb(102,144,250); }
div.DivClassName
{
background-color: #6690FA;
}
.BgClassName
{
background-color: #6690FA;
}
</style>
border-color css
<style>
span { border-color: #6690FA; }
span { border-color: rgb(102,144,250); }
td.TdClassName
{
border-color: #6690FA;
}
.TagClassName
{
border-color: #6690FA;
}
</style>