Shades of Cornflower Blue #6CA3FE
Tints of Cornflower Blue #6CA3FE
RGB
CMYK
RGB Variations
Color information
#6CA3FE (or 0x6CA3FE) is known color: Cornflower Blue. HEX triplet: 6C, A3 and FE. RGB value is (108,163,254). Sum of RGB (Red+Green+Blue) = 108+163+254=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CA3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA3FE is #935C01. Grayscale: #9C9C9C. Windows color (decimal): -9657346 or 16687980. OLE color: 16687980.
HSL color Cylindrical-coordinate representation of color #6CA3FE: hue angle of 217.4º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CA3FE is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 163 | 254 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.00 |
| HSL | 217.4º | 0.99% | 0.71% | - |
| HSV(B) | 217.4º | 0.57% | 1% | - |
| XYZ | 37.17 | 36.54 | 98.86 | - |
| YUV | 156.93 | 182.78 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 163 | 254 | 0.57 | 0.36 | 0 | 0.00 | 217.4 | 0.99 | 0.71 |
| Hex | 6C | A3 | FE | 39 | 24 | 0 | 0 | D9 | 63 | 47 |
| Octal | 154 | 243 | 376 | 71 | 44 | 0 | 0 | 331 | 143 | 107 |
| Binary | 1101100 | 10100011 | 11111110 | 111001 | 100100 | 0 | 0 | 11011001 | 1100011 | 1000111 |
Color Harmonies of #6CA3FE
Complementary color
Monochromatic Colors of #6CA3FE
Black with #6CA3FE
Text Example
Text Example
White with #6CA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA3FE; }
p { color: rgb(108,163,254); }
H1.HeaderClassName
{
color: #6CA3FE;
}
.AnyTagClassName
{
color: #6CA3FE;
}
</style>
background-color css
<style>
a { background-color: #6CA3FE; }
a { background-color: rgb(108,163,254); }
div.DivClassName
{
background-color: #6CA3FE;
}
.BgClassName
{
background-color: #6CA3FE;
}
</style>
border-color css
<style>
span { border-color: #6CA3FE; }
span { border-color: rgb(108,163,254); }
td.TdClassName
{
border-color: #6CA3FE;
}
.TagClassName
{
border-color: #6CA3FE;
}
</style>