Shades of Cornflower Blue #6C8ADF
Tints of Cornflower Blue #6C8ADF
RGB
CMYK
RGB Variations
Color information
#6C8ADF (or 0x6C8ADF) is known color: Cornflower Blue. HEX triplet: 6C, 8A and DF. RGB value is (108,138,223). Sum of RGB (Red+Green+Blue) = 108+138+223=469 (62% of max value = 765). Red value is 108 (42.58% from 255 or 23.03% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C8ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8ADF is #937520. Grayscale: #8A8A8A. Windows color (decimal): -9663777 or 14649964. OLE color: 14649964.
HSL color Cylindrical-coordinate representation of color #6C8ADF: hue angle of 224.35º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C8ADF is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 138 | 223 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.13 |
| HSL | 224.35º | 0.64% | 0.65% | - |
| HSV(B) | 224.35º | 0.52% | 0.87% | - |
| XYZ | 28.59 | 26.69 | 73.46 | - |
| YUV | 138.72 | 175.56 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 223 | 0.52 | 0.38 | 0 | 0.13 | 224.35 | 0.64 | 0.65 |
| Hex | 6C | 8A | DF | 34 | 26 | 0 | D | E0 | 40 | 41 |
| Octal | 154 | 212 | 337 | 64 | 46 | 0 | 15 | 340 | 100 | 101 |
| Binary | 1101100 | 10001010 | 11011111 | 110100 | 100110 | 0 | 1101 | 11100000 | 1000000 | 1000001 |
Color Harmonies of #6C8ADF
Complementary color
Monochromatic Colors of #6C8ADF
Black with #6C8ADF
Text Example
Text Example
White with #6C8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8ADF; }
p { color: rgb(108,138,223); }
H1.HeaderClassName
{
color: #6C8ADF;
}
.AnyTagClassName
{
color: #6C8ADF;
}
</style>
background-color css
<style>
a { background-color: #6C8ADF; }
a { background-color: rgb(108,138,223); }
div.DivClassName
{
background-color: #6C8ADF;
}
.BgClassName
{
background-color: #6C8ADF;
}
</style>
border-color css
<style>
span { border-color: #6C8ADF; }
span { border-color: rgb(108,138,223); }
td.TdClassName
{
border-color: #6C8ADF;
}
.TagClassName
{
border-color: #6C8ADF;
}
</style>