Shades of Cornflower Blue #669CFA
Tints of Cornflower Blue #669CFA
RGB
CMYK
RGB Variations
Color information
#669CFA (or 0x669CFA) is known color: Cornflower Blue. HEX triplet: 66, 9C and FA. RGB value is (102,156,250). Sum of RGB (Red+Green+Blue) = 102+156+250=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #669CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669CFA is #996305. Grayscale: #969696. Windows color (decimal): -10052358 or 16424038. OLE color: 16424038.
HSL color Cylindrical-coordinate representation of color #669CFA: hue angle of 218.11º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #669CFA is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 156 | 250 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.02 |
| HSL | 218.11º | 0.94% | 0.69% | - |
| HSV(B) | 218.11º | 0.59% | 0.98% | - |
| XYZ | 34.62 | 33.5 | 95.08 | - |
| YUV | 150.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 250 | 0.59 | 0.38 | 0 | 0.02 | 218.11 | 0.94 | 0.69 |
| Hex | 66 | 9C | FA | 3B | 26 | 0 | 2 | DA | 5E | 45 |
| Octal | 146 | 234 | 372 | 73 | 46 | 0 | 2 | 332 | 136 | 105 |
| Binary | 1100110 | 10011100 | 11111010 | 111011 | 100110 | 0 | 10 | 11011010 | 1011110 | 1000101 |
Color Harmonies of #669CFA
Complementary color
Monochromatic Colors of #669CFA
Black with #669CFA
Text Example
Text Example
White with #669CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CFA; }
p { color: rgb(102,156,250); }
H1.HeaderClassName
{
color: #669CFA;
}
.AnyTagClassName
{
color: #669CFA;
}
</style>
background-color css
<style>
a { background-color: #669CFA; }
a { background-color: rgb(102,156,250); }
div.DivClassName
{
background-color: #669CFA;
}
.BgClassName
{
background-color: #669CFA;
}
</style>
border-color css
<style>
span { border-color: #669CFA; }
span { border-color: rgb(102,156,250); }
td.TdClassName
{
border-color: #669CFA;
}
.TagClassName
{
border-color: #669CFA;
}
</style>