Shades of Cornflower Blue #6696F7
Tints of Cornflower Blue #6696F7
RGB
CMYK
RGB Variations
Color information
#6696F7 (or 0x6696F7) is known color: Cornflower Blue. HEX triplet: 66, 96 and F7. RGB value is (102,150,247). Sum of RGB (Red+Green+Blue) = 102+150+247=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #6696F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6696F7 is #996908. Grayscale: #929292. Windows color (decimal): -10053897 or 16225894. OLE color: 16225894.
HSL color Cylindrical-coordinate representation of color #6696F7: hue angle of 220.14º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6696F7 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 150 | 247 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.03 |
| HSL | 220.14º | 0.9% | 0.68% | - |
| HSV(B) | 220.14º | 0.59% | 0.97% | - |
| XYZ | 33.17 | 31.35 | 92.3 | - |
| YUV | 146.71 | 184.6 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 247 | 0.59 | 0.39 | 0 | 0.03 | 220.14 | 0.9 | 0.68 |
| Hex | 66 | 96 | F7 | 3B | 27 | 0 | 3 | DC | 5A | 44 |
| Octal | 146 | 226 | 367 | 73 | 47 | 0 | 3 | 334 | 132 | 104 |
| Binary | 1100110 | 10010110 | 11110111 | 111011 | 100111 | 0 | 11 | 11011100 | 1011010 | 1000100 |
Color Harmonies of #6696F7
Complementary color
Monochromatic Colors of #6696F7
Black with #6696F7
Text Example
Text Example
White with #6696F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6696F7; }
p { color: rgb(102,150,247); }
H1.HeaderClassName
{
color: #6696F7;
}
.AnyTagClassName
{
color: #6696F7;
}
</style>
background-color css
<style>
a { background-color: #6696F7; }
a { background-color: rgb(102,150,247); }
div.DivClassName
{
background-color: #6696F7;
}
.BgClassName
{
background-color: #6696F7;
}
</style>
border-color css
<style>
span { border-color: #6696F7; }
span { border-color: rgb(102,150,247); }
td.TdClassName
{
border-color: #6696F7;
}
.TagClassName
{
border-color: #6696F7;
}
</style>