Shades of Cornflower Blue #6CA0FF
Tints of Cornflower Blue #6CA0FF
RGB
CMYK
RGB Variations
Color information
#6CA0FF (or 0x6CA0FF) is known color: Cornflower Blue. HEX triplet: 6C, A0 and FF. RGB value is (108,160,255). Sum of RGB (Red+Green+Blue) = 108+160+255=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA0FF is #935F00. Grayscale: #9A9A9A. Windows color (decimal): -9658113 or 16752748. OLE color: 16752748.
HSL color Cylindrical-coordinate representation of color #6CA0FF: hue angle of 218.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CA0FF is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 160 | 255 | - |
| CMYK | 0.58 | 0.37 | 0 | 0 |
| HSL | 218.78º | 1% | 0.71% | - |
| HSV(B) | 218.78º | 0.58% | 1% | - |
| XYZ | 36.81 | 35.55 | 99.53 | - |
| YUV | 155.28 | 184.27 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 255 | 0.58 | 0.37 | 0 | 0 | 218.78 | 1 | 0.71 |
| Hex | 6C | A0 | FF | 3A | 25 | 0 | 0 | DB | 64 | 47 |
| Octal | 154 | 240 | 377 | 72 | 45 | 0 | 0 | 333 | 144 | 107 |
| Binary | 1101100 | 10100000 | 11111111 | 111010 | 100101 | 0 | 0 | 11011011 | 1100100 | 1000111 |
Color Harmonies of #6CA0FF
Complementary color
Monochromatic Colors of #6CA0FF
Black with #6CA0FF
Text Example
Text Example
White with #6CA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA0FF; }
p { color: rgb(108,160,255); }
H1.HeaderClassName
{
color: #6CA0FF;
}
.AnyTagClassName
{
color: #6CA0FF;
}
</style>
background-color css
<style>
a { background-color: #6CA0FF; }
a { background-color: rgb(108,160,255); }
div.DivClassName
{
background-color: #6CA0FF;
}
.BgClassName
{
background-color: #6CA0FF;
}
</style>
border-color css
<style>
span { border-color: #6CA0FF; }
span { border-color: rgb(108,160,255); }
td.TdClassName
{
border-color: #6CA0FF;
}
.TagClassName
{
border-color: #6CA0FF;
}
</style>