Shades of Cornflower Blue #669DF8
Tints of Cornflower Blue #669DF8
RGB
CMYK
RGB Variations
Color information
#669DF8 (or 0x669DF8) is known color: Cornflower Blue. HEX triplet: 66, 9D and F8. RGB value is (102,157,248). Sum of RGB (Red+Green+Blue) = 102+157+248=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #669DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669DF8 is #996207. Grayscale: #969696. Windows color (decimal): -10052104 or 16293222. OLE color: 16293222.
HSL color Cylindrical-coordinate representation of color #669DF8: hue angle of 217.4º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #669DF8 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 157 | 248 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.03 |
| HSL | 217.4º | 0.91% | 0.69% | - |
| HSV(B) | 217.4º | 0.59% | 0.97% | - |
| XYZ | 34.48 | 33.72 | 93.5 | - |
| YUV | 150.93 | 182.78 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 248 | 0.59 | 0.37 | 0 | 0.03 | 217.4 | 0.91 | 0.69 |
| Hex | 66 | 9D | F8 | 3B | 25 | 0 | 3 | D9 | 5B | 45 |
| Octal | 146 | 235 | 370 | 73 | 45 | 0 | 3 | 331 | 133 | 105 |
| Binary | 1100110 | 10011101 | 11111000 | 111011 | 100101 | 0 | 11 | 11011001 | 1011011 | 1000101 |
Color Harmonies of #669DF8
Complementary color
Monochromatic Colors of #669DF8
Black with #669DF8
Text Example
Text Example
White with #669DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DF8; }
p { color: rgb(102,157,248); }
H1.HeaderClassName
{
color: #669DF8;
}
.AnyTagClassName
{
color: #669DF8;
}
</style>
background-color css
<style>
a { background-color: #669DF8; }
a { background-color: rgb(102,157,248); }
div.DivClassName
{
background-color: #669DF8;
}
.BgClassName
{
background-color: #669DF8;
}
</style>
border-color css
<style>
span { border-color: #669DF8; }
span { border-color: rgb(102,157,248); }
td.TdClassName
{
border-color: #669DF8;
}
.TagClassName
{
border-color: #669DF8;
}
</style>