Shades of Cornflower Blue #669BFE
Tints of Cornflower Blue #669BFE
RGB
CMYK
RGB Variations
Color information
#669BFE (or 0x669BFE) is known color: Cornflower Blue. HEX triplet: 66, 9B and FE. RGB value is (102,155,254). Sum of RGB (Red+Green+Blue) = 102+155+254=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #669BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669BFE is #996401. Grayscale: #959595. Windows color (decimal): -10052610 or 16685926. OLE color: 16685926.
HSL color Cylindrical-coordinate representation of color #669BFE: hue angle of 219.08º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669BFE is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 155 | 254 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.00 |
| HSL | 219.08º | 0.99% | 0.7% | - |
| HSV(B) | 219.08º | 0.6% | 1% | - |
| XYZ | 35.09 | 33.42 | 98.37 | - |
| YUV | 150.44 | 186.44 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 254 | 0.60 | 0.39 | 0 | 0.00 | 219.08 | 0.99 | 0.7 |
| Hex | 66 | 9B | FE | 3C | 27 | 0 | 0 | DB | 63 | 46 |
| Octal | 146 | 233 | 376 | 74 | 47 | 0 | 0 | 333 | 143 | 106 |
| Binary | 1100110 | 10011011 | 11111110 | 111100 | 100111 | 0 | 0 | 11011011 | 1100011 | 1000110 |
Color Harmonies of #669BFE
Complementary color
Monochromatic Colors of #669BFE
Black with #669BFE
Text Example
Text Example
White with #669BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BFE; }
p { color: rgb(102,155,254); }
H1.HeaderClassName
{
color: #669BFE;
}
.AnyTagClassName
{
color: #669BFE;
}
</style>
background-color css
<style>
a { background-color: #669BFE; }
a { background-color: rgb(102,155,254); }
div.DivClassName
{
background-color: #669BFE;
}
.BgClassName
{
background-color: #669BFE;
}
</style>
border-color css
<style>
span { border-color: #669BFE; }
span { border-color: rgb(102,155,254); }
td.TdClassName
{
border-color: #669BFE;
}
.TagClassName
{
border-color: #669BFE;
}
</style>