Shades of Cornflower Blue #669DFB
Tints of Cornflower Blue #669DFB
RGB
CMYK
RGB Variations
Color information
#669DFB (or 0x669DFB) is known color: Cornflower Blue. HEX triplet: 66, 9D and FB. RGB value is (102,157,251). Sum of RGB (Red+Green+Blue) = 102+157+251=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #669DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669DFB is #996204. Grayscale: #969696. Windows color (decimal): -10052101 or 16489830. OLE color: 16489830.
HSL color Cylindrical-coordinate representation of color #669DFB: hue angle of 217.85º degrees, saturation: 0.95, 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 #669DFB is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 157 | 251 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.02 |
| HSL | 217.85º | 0.95% | 0.69% | - |
| HSV(B) | 217.85º | 0.59% | 0.98% | - |
| XYZ | 34.95 | 33.9 | 95.97 | - |
| YUV | 151.27 | 184.28 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 251 | 0.59 | 0.37 | 0 | 0.02 | 217.85 | 0.95 | 0.69 |
| Hex | 66 | 9D | FB | 3B | 25 | 0 | 2 | DA | 5F | 45 |
| Octal | 146 | 235 | 373 | 73 | 45 | 0 | 2 | 332 | 137 | 105 |
| Binary | 1100110 | 10011101 | 11111011 | 111011 | 100101 | 0 | 10 | 11011010 | 1011111 | 1000101 |
Color Harmonies of #669DFB
Complementary color
Monochromatic Colors of #669DFB
Black with #669DFB
Text Example
Text Example
White with #669DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DFB; }
p { color: rgb(102,157,251); }
H1.HeaderClassName
{
color: #669DFB;
}
.AnyTagClassName
{
color: #669DFB;
}
</style>
background-color css
<style>
a { background-color: #669DFB; }
a { background-color: rgb(102,157,251); }
div.DivClassName
{
background-color: #669DFB;
}
.BgClassName
{
background-color: #669DFB;
}
</style>
border-color css
<style>
span { border-color: #669DFB; }
span { border-color: rgb(102,157,251); }
td.TdClassName
{
border-color: #669DFB;
}
.TagClassName
{
border-color: #669DFB;
}
</style>