Shades of Cornflower Blue #6CA0FD
Tints of Cornflower Blue #6CA0FD
RGB
CMYK
RGB Variations
Color information
#6CA0FD (or 0x6CA0FD) is known color: Cornflower Blue. HEX triplet: 6C, A0 and FD. RGB value is (108,160,253). Sum of RGB (Red+Green+Blue) = 108+160+253=521 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.73% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CA0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA0FD is #935F02. Grayscale: #9A9A9A. Windows color (decimal): -9658115 or 16621676. OLE color: 16621676.
HSL color Cylindrical-coordinate representation of color #6CA0FD: hue angle of 218.48º degrees, saturation: 0.97, 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 #6CA0FD is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 160 | 253 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.01 |
| HSL | 218.48º | 0.97% | 0.71% | - |
| HSV(B) | 218.48º | 0.57% | 0.99% | - |
| XYZ | 36.48 | 35.42 | 97.84 | - |
| YUV | 155.05 | 183.27 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 253 | 0.57 | 0.37 | 0 | 0.01 | 218.48 | 0.97 | 0.71 |
| Hex | 6C | A0 | FD | 39 | 25 | 0 | 1 | DA | 61 | 47 |
| Octal | 154 | 240 | 375 | 71 | 45 | 0 | 1 | 332 | 141 | 107 |
| Binary | 1101100 | 10100000 | 11111101 | 111001 | 100101 | 0 | 1 | 11011010 | 1100001 | 1000111 |
Color Harmonies of #6CA0FD
Complementary color
Monochromatic Colors of #6CA0FD
Black with #6CA0FD
Text Example
Text Example
White with #6CA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA0FD; }
p { color: rgb(108,160,253); }
H1.HeaderClassName
{
color: #6CA0FD;
}
.AnyTagClassName
{
color: #6CA0FD;
}
</style>
background-color css
<style>
a { background-color: #6CA0FD; }
a { background-color: rgb(108,160,253); }
div.DivClassName
{
background-color: #6CA0FD;
}
.BgClassName
{
background-color: #6CA0FD;
}
</style>
border-color css
<style>
span { border-color: #6CA0FD; }
span { border-color: rgb(108,160,253); }
td.TdClassName
{
border-color: #6CA0FD;
}
.TagClassName
{
border-color: #6CA0FD;
}
</style>