Shades of Cornflower Blue #669AF8
Tints of Cornflower Blue #669AF8
RGB
CMYK
RGB Variations
Color information
#669AF8 (or 0x669AF8) is known color: Cornflower Blue. HEX triplet: 66, 9A and F8. RGB value is (102,154,248). Sum of RGB (Red+Green+Blue) = 102+154+248=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #669AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AF8 is #996507. Grayscale: #949494. Windows color (decimal): -10052872 or 16292454. OLE color: 16292454.
HSL color Cylindrical-coordinate representation of color #669AF8: hue angle of 218.63º 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 #669AF8 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 154 | 248 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.03 |
| HSL | 218.63º | 0.91% | 0.69% | - |
| HSV(B) | 218.63º | 0.59% | 0.97% | - |
| XYZ | 33.98 | 32.71 | 93.33 | - |
| YUV | 149.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 248 | 0.59 | 0.38 | 0 | 0.03 | 218.63 | 0.91 | 0.69 |
| Hex | 66 | 9A | F8 | 3B | 26 | 0 | 3 | DB | 5B | 45 |
| Octal | 146 | 232 | 370 | 73 | 46 | 0 | 3 | 333 | 133 | 105 |
| Binary | 1100110 | 10011010 | 11111000 | 111011 | 100110 | 0 | 11 | 11011011 | 1011011 | 1000101 |
Color Harmonies of #669AF8
Complementary color
Monochromatic Colors of #669AF8
Black with #669AF8
Text Example
Text Example
White with #669AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AF8; }
p { color: rgb(102,154,248); }
H1.HeaderClassName
{
color: #669AF8;
}
.AnyTagClassName
{
color: #669AF8;
}
</style>
background-color css
<style>
a { background-color: #669AF8; }
a { background-color: rgb(102,154,248); }
div.DivClassName
{
background-color: #669AF8;
}
.BgClassName
{
background-color: #669AF8;
}
</style>
border-color css
<style>
span { border-color: #669AF8; }
span { border-color: rgb(102,154,248); }
td.TdClassName
{
border-color: #669AF8;
}
.TagClassName
{
border-color: #669AF8;
}
</style>