Shades of Cornflower Blue #669CFF
Tints of Cornflower Blue #669CFF
RGB
CMYK
RGB Variations
Color information
#669CFF (or 0x669CFF) is known color: Cornflower Blue. HEX triplet: 66, 9C and FF. RGB value is (102,156,255). Sum of RGB (Red+Green+Blue) = 102+156+255=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #669CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669CFF is #996300. Grayscale: #969696. Windows color (decimal): -10052353 or 16751718. OLE color: 16751718.
HSL color Cylindrical-coordinate representation of color #669CFF: hue angle of 218.82º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669CFF is Cyan = 0.6, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 156 | 255 | - |
| CMYK | 0.6 | 0.39 | 0 | 0 |
| HSL | 218.82º | 1% | 0.7% | - |
| HSV(B) | 218.82º | 0.6% | 1% | - |
| XYZ | 35.42 | 33.82 | 99.27 | - |
| YUV | 151.14 | 186.61 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 255 | 0.6 | 0.39 | 0 | 0 | 218.82 | 1 | 0.7 |
| Hex | 66 | 9C | FF | 3C | 27 | 0 | 0 | DB | 64 | 46 |
| Octal | 146 | 234 | 377 | 74 | 47 | 0 | 0 | 333 | 144 | 106 |
| Binary | 1100110 | 10011100 | 11111111 | 111100 | 100111 | 0 | 0 | 11011011 | 1100100 | 1000110 |
Color Harmonies of #669CFF
Complementary color
Monochromatic Colors of #669CFF
Black with #669CFF
Text Example
Text Example
White with #669CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CFF; }
p { color: rgb(102,156,255); }
H1.HeaderClassName
{
color: #669CFF;
}
.AnyTagClassName
{
color: #669CFF;
}
</style>
background-color css
<style>
a { background-color: #669CFF; }
a { background-color: rgb(102,156,255); }
div.DivClassName
{
background-color: #669CFF;
}
.BgClassName
{
background-color: #669CFF;
}
</style>
border-color css
<style>
span { border-color: #669CFF; }
span { border-color: rgb(102,156,255); }
td.TdClassName
{
border-color: #669CFF;
}
.TagClassName
{
border-color: #669CFF;
}
</style>