Shades of Cornflower Blue #6CA8FC
Tints of Cornflower Blue #6CA8FC
RGB
CMYK
RGB Variations
Color information
#6CA8FC (or 0x6CA8FC) is known color: Cornflower Blue. HEX triplet: 6C, A8 and FC. RGB value is (108,168,252). Sum of RGB (Red+Green+Blue) = 108+168+252=528 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.45% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #6CA8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA8FC is #935703. Grayscale: #9F9F9F. Windows color (decimal): -9656068 or 16558188. OLE color: 16558188.
HSL color Cylindrical-coordinate representation of color #6CA8FC: hue angle of 215º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CA8FC is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 168 | 252 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.01 |
| HSL | 215º | 0.96% | 0.71% | - |
| HSV(B) | 215º | 0.57% | 0.99% | - |
| XYZ | 37.76 | 38.22 | 97.48 | - |
| YUV | 159.64 | 180.12 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 252 | 0.57 | 0.33 | 0 | 0.01 | 215 | 0.96 | 0.71 |
| Hex | 6C | A8 | FC | 39 | 21 | 0 | 1 | D7 | 60 | 47 |
| Octal | 154 | 250 | 374 | 71 | 41 | 0 | 1 | 327 | 140 | 107 |
| Binary | 1101100 | 10101000 | 11111100 | 111001 | 100001 | 0 | 1 | 11010111 | 1100000 | 1000111 |
Color Harmonies of #6CA8FC
Complementary color
Monochromatic Colors of #6CA8FC
Black with #6CA8FC
Text Example
Text Example
White with #6CA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA8FC; }
p { color: rgb(108,168,252); }
H1.HeaderClassName
{
color: #6CA8FC;
}
.AnyTagClassName
{
color: #6CA8FC;
}
</style>
background-color css
<style>
a { background-color: #6CA8FC; }
a { background-color: rgb(108,168,252); }
div.DivClassName
{
background-color: #6CA8FC;
}
.BgClassName
{
background-color: #6CA8FC;
}
</style>
border-color css
<style>
span { border-color: #6CA8FC; }
span { border-color: rgb(108,168,252); }
td.TdClassName
{
border-color: #6CA8FC;
}
.TagClassName
{
border-color: #6CA8FC;
}
</style>