Shades of Cornflower Blue #669CF1
Tints of Cornflower Blue #669CF1
RGB
CMYK
RGB Variations
Color information
#669CF1 (or 0x669CF1) is known color: Cornflower Blue. HEX triplet: 66, 9C and F1. RGB value is (102,156,241). Sum of RGB (Red+Green+Blue) = 102+156+241=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #669CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669CF1 is #99630E. Grayscale: #959595. Windows color (decimal): -10052367 or 15834214. OLE color: 15834214.
HSL color Cylindrical-coordinate representation of color #669CF1: hue angle of 216.69º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #669CF1 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 156 | 241 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.05 |
| HSL | 216.69º | 0.83% | 0.67% | - |
| HSV(B) | 216.69º | 0.58% | 0.95% | - |
| XYZ | 33.25 | 32.95 | 87.83 | - |
| YUV | 149.54 | 179.61 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 241 | 0.58 | 0.35 | 0 | 0.05 | 216.69 | 0.83 | 0.67 |
| Hex | 66 | 9C | F1 | 3A | 23 | 0 | 5 | D9 | 53 | 43 |
| Octal | 146 | 234 | 361 | 72 | 43 | 0 | 5 | 331 | 123 | 103 |
| Binary | 1100110 | 10011100 | 11110001 | 111010 | 100011 | 0 | 101 | 11011001 | 1010011 | 1000011 |
Color Harmonies of #669CF1
Complementary color
Monochromatic Colors of #669CF1
Black with #669CF1
Text Example
Text Example
White with #669CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CF1; }
p { color: rgb(102,156,241); }
H1.HeaderClassName
{
color: #669CF1;
}
.AnyTagClassName
{
color: #669CF1;
}
</style>
background-color css
<style>
a { background-color: #669CF1; }
a { background-color: rgb(102,156,241); }
div.DivClassName
{
background-color: #669CF1;
}
.BgClassName
{
background-color: #669CF1;
}
</style>
border-color css
<style>
span { border-color: #669CF1; }
span { border-color: rgb(102,156,241); }
td.TdClassName
{
border-color: #669CF1;
}
.TagClassName
{
border-color: #669CF1;
}
</style>