Shades of Cornflower Blue #669DFD
Tints of Cornflower Blue #669DFD
RGB
CMYK
RGB Variations
Color information
#669DFD (or 0x669DFD) is known color: Cornflower Blue. HEX triplet: 66, 9D and FD. RGB value is (102,157,253). Sum of RGB (Red+Green+Blue) = 102+157+253=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #669DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669DFD is #996202. Grayscale: #979797. Windows color (decimal): -10052099 or 16620902. OLE color: 16620902.
HSL color Cylindrical-coordinate representation of color #669DFD: hue angle of 218.15º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669DFD is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 157 | 253 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.01 |
| HSL | 218.15º | 0.97% | 0.7% | - |
| HSV(B) | 218.15º | 0.6% | 0.99% | - |
| XYZ | 35.27 | 34.03 | 97.64 | - |
| YUV | 151.5 | 185.28 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 253 | 0.60 | 0.38 | 0 | 0.01 | 218.15 | 0.97 | 0.7 |
| Hex | 66 | 9D | FD | 3C | 26 | 0 | 1 | DA | 61 | 46 |
| Octal | 146 | 235 | 375 | 74 | 46 | 0 | 1 | 332 | 141 | 106 |
| Binary | 1100110 | 10011101 | 11111101 | 111100 | 100110 | 0 | 1 | 11011010 | 1100001 | 1000110 |
Color Harmonies of #669DFD
Complementary color
Monochromatic Colors of #669DFD
Black with #669DFD
Text Example
Text Example
White with #669DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DFD; }
p { color: rgb(102,157,253); }
H1.HeaderClassName
{
color: #669DFD;
}
.AnyTagClassName
{
color: #669DFD;
}
</style>
background-color css
<style>
a { background-color: #669DFD; }
a { background-color: rgb(102,157,253); }
div.DivClassName
{
background-color: #669DFD;
}
.BgClassName
{
background-color: #669DFD;
}
</style>
border-color css
<style>
span { border-color: #669DFD; }
span { border-color: rgb(102,157,253); }
td.TdClassName
{
border-color: #669DFD;
}
.TagClassName
{
border-color: #669DFD;
}
</style>