Shades of Cornflower Blue #6CAAFD
Tints of Cornflower Blue #6CAAFD
RGB
CMYK
RGB Variations
Color information
#6CAAFD (or 0x6CAAFD) is known color: Cornflower Blue. HEX triplet: 6C, AA and FD. RGB value is (108,170,253). Sum of RGB (Red+Green+Blue) = 108+170+253=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAAFD is #935502. Grayscale: #A0A0A0. Windows color (decimal): -9655555 or 16624236. OLE color: 16624236.
HSL color Cylindrical-coordinate representation of color #6CAAFD: hue angle of 214.34º 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 #6CAAFD is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 170 | 253 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.01 |
| HSL | 214.34º | 0.97% | 0.71% | - |
| HSV(B) | 214.34º | 0.57% | 0.99% | - |
| XYZ | 38.29 | 39.03 | 98.44 | - |
| YUV | 160.92 | 179.96 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 253 | 0.57 | 0.33 | 0 | 0.01 | 214.34 | 0.97 | 0.71 |
| Hex | 6C | AA | FD | 39 | 21 | 0 | 1 | D6 | 61 | 47 |
| Octal | 154 | 252 | 375 | 71 | 41 | 0 | 1 | 326 | 141 | 107 |
| Binary | 1101100 | 10101010 | 11111101 | 111001 | 100001 | 0 | 1 | 11010110 | 1100001 | 1000111 |
Color Harmonies of #6CAAFD
Complementary color
Monochromatic Colors of #6CAAFD
Black with #6CAAFD
Text Example
Text Example
White with #6CAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAAFD; }
p { color: rgb(108,170,253); }
H1.HeaderClassName
{
color: #6CAAFD;
}
.AnyTagClassName
{
color: #6CAAFD;
}
</style>
background-color css
<style>
a { background-color: #6CAAFD; }
a { background-color: rgb(108,170,253); }
div.DivClassName
{
background-color: #6CAAFD;
}
.BgClassName
{
background-color: #6CAAFD;
}
</style>
border-color css
<style>
span { border-color: #6CAAFD; }
span { border-color: rgb(108,170,253); }
td.TdClassName
{
border-color: #6CAAFD;
}
.TagClassName
{
border-color: #6CAAFD;
}
</style>