Shades of Cornflower Blue #669BF5
Tints of Cornflower Blue #669BF5
RGB
CMYK
RGB Variations
Color information
#669BF5 (or 0x669BF5) is known color: Cornflower Blue. HEX triplet: 66, 9B and F5. RGB value is (102,155,245). Sum of RGB (Red+Green+Blue) = 102+155+245=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #669BF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669BF5 is #99640A. Grayscale: #949494. Windows color (decimal): -10052619 or 16096102. OLE color: 16096102.
HSL color Cylindrical-coordinate representation of color #669BF5: hue angle of 217.76º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #669BF5 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 155 | 245 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.04 |
| HSL | 217.76º | 0.88% | 0.68% | - |
| HSV(B) | 217.76º | 0.58% | 0.96% | - |
| XYZ | 33.68 | 32.86 | 90.95 | - |
| YUV | 149.41 | 181.94 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 245 | 0.58 | 0.37 | 0 | 0.04 | 217.76 | 0.88 | 0.68 |
| Hex | 66 | 9B | F5 | 3A | 25 | 0 | 4 | DA | 58 | 44 |
| Octal | 146 | 233 | 365 | 72 | 45 | 0 | 4 | 332 | 130 | 104 |
| Binary | 1100110 | 10011011 | 11110101 | 111010 | 100101 | 0 | 100 | 11011010 | 1011000 | 1000100 |
Color Harmonies of #669BF5
Complementary color
Monochromatic Colors of #669BF5
Black with #669BF5
Text Example
Text Example
White with #669BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BF5; }
p { color: rgb(102,155,245); }
H1.HeaderClassName
{
color: #669BF5;
}
.AnyTagClassName
{
color: #669BF5;
}
</style>
background-color css
<style>
a { background-color: #669BF5; }
a { background-color: rgb(102,155,245); }
div.DivClassName
{
background-color: #669BF5;
}
.BgClassName
{
background-color: #669BF5;
}
</style>
border-color css
<style>
span { border-color: #669BF5; }
span { border-color: rgb(102,155,245); }
td.TdClassName
{
border-color: #669BF5;
}
.TagClassName
{
border-color: #669BF5;
}
</style>