Shades of Cornflower Blue #6B9FFC
Tints of Cornflower Blue #6B9FFC
RGB
CMYK
RGB Variations
Color information
#6B9FFC (or 0x6B9FFC) is known color: Cornflower Blue. HEX triplet: 6B, 9F and FC. RGB value is (107,159,252). Sum of RGB (Red+Green+Blue) = 107+159+252=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B9FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9FFC is #946003. Grayscale: #999999. Windows color (decimal): -9723908 or 16555883. OLE color: 16555883.
HSL color Cylindrical-coordinate representation of color #6B9FFC: hue angle of 218.48º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B9FFC is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 159 | 252 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.01 |
| HSL | 218.48º | 0.96% | 0.7% | - |
| HSV(B) | 218.48º | 0.58% | 0.99% | - |
| XYZ | 36.03 | 34.95 | 96.94 | - |
| YUV | 154.05 | 183.27 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 159 | 252 | 0.58 | 0.37 | 0 | 0.01 | 218.48 | 0.96 | 0.7 |
| Hex | 6B | 9F | FC | 3A | 25 | 0 | 1 | DA | 60 | 46 |
| Octal | 153 | 237 | 374 | 72 | 45 | 0 | 1 | 332 | 140 | 106 |
| Binary | 1101011 | 10011111 | 11111100 | 111010 | 100101 | 0 | 1 | 11011010 | 1100000 | 1000110 |
Color Harmonies of #6B9FFC
Complementary color
Monochromatic Colors of #6B9FFC
Black with #6B9FFC
Text Example
Text Example
White with #6B9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9FFC; }
p { color: rgb(107,159,252); }
H1.HeaderClassName
{
color: #6B9FFC;
}
.AnyTagClassName
{
color: #6B9FFC;
}
</style>
background-color css
<style>
a { background-color: #6B9FFC; }
a { background-color: rgb(107,159,252); }
div.DivClassName
{
background-color: #6B9FFC;
}
.BgClassName
{
background-color: #6B9FFC;
}
</style>
border-color css
<style>
span { border-color: #6B9FFC; }
span { border-color: rgb(107,159,252); }
td.TdClassName
{
border-color: #6B9FFC;
}
.TagClassName
{
border-color: #6B9FFC;
}
</style>