Shades of Cornflower Blue #669AF3
Tints of Cornflower Blue #669AF3
RGB
CMYK
RGB Variations
Color information
#669AF3 (or 0x669AF3) is known color: Cornflower Blue. HEX triplet: 66, 9A and F3. RGB value is (102,154,243). Sum of RGB (Red+Green+Blue) = 102+154+243=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #669AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AF3 is #99650C. Grayscale: #949494. Windows color (decimal): -10052877 or 15964774. OLE color: 15964774.
HSL color Cylindrical-coordinate representation of color #669AF3: hue angle of 217.87º 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 #669AF3 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 154 | 243 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.05 |
| HSL | 217.87º | 0.85% | 0.68% | - |
| HSV(B) | 217.87º | 0.58% | 0.95% | - |
| XYZ | 33.21 | 32.41 | 89.3 | - |
| YUV | 148.6 | 181.27 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 243 | 0.58 | 0.37 | 0 | 0.05 | 217.87 | 0.85 | 0.68 |
| Hex | 66 | 9A | F3 | 3A | 25 | 0 | 5 | DA | 55 | 44 |
| Octal | 146 | 232 | 363 | 72 | 45 | 0 | 5 | 332 | 125 | 104 |
| Binary | 1100110 | 10011010 | 11110011 | 111010 | 100101 | 0 | 101 | 11011010 | 1010101 | 1000100 |
Color Harmonies of #669AF3
Complementary color
Monochromatic Colors of #669AF3
Black with #669AF3
Text Example
Text Example
White with #669AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AF3; }
p { color: rgb(102,154,243); }
H1.HeaderClassName
{
color: #669AF3;
}
.AnyTagClassName
{
color: #669AF3;
}
</style>
background-color css
<style>
a { background-color: #669AF3; }
a { background-color: rgb(102,154,243); }
div.DivClassName
{
background-color: #669AF3;
}
.BgClassName
{
background-color: #669AF3;
}
</style>
border-color css
<style>
span { border-color: #669AF3; }
span { border-color: rgb(102,154,243); }
td.TdClassName
{
border-color: #669AF3;
}
.TagClassName
{
border-color: #669AF3;
}
</style>