Shades of Cornflower Blue #6A8CDF
Tints of Cornflower Blue #6A8CDF
RGB
CMYK
RGB Variations
Color information
#6A8CDF (or 0x6A8CDF) is known color: Cornflower Blue. HEX triplet: 6A, 8C and DF. RGB value is (106,140,223). Sum of RGB (Red+Green+Blue) = 106+140+223=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 140 (55.08% from 255 or 29.85% 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 #6A8CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8CDF is #957320. Grayscale: #8A8A8A. Windows color (decimal): -9794337 or 14650474. OLE color: 14650474.
HSL color Cylindrical-coordinate representation of color #6A8CDF: hue angle of 222.56º degrees, saturation: 0.65, 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 #6A8CDF is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 140 | 223 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.13 |
| HSL | 222.56º | 0.65% | 0.65% | - |
| HSV(B) | 222.56º | 0.52% | 0.87% | - |
| XYZ | 28.64 | 27.15 | 73.54 | - |
| YUV | 139.3 | 175.24 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 140 | 223 | 0.52 | 0.37 | 0 | 0.13 | 222.56 | 0.65 | 0.65 |
| Hex | 6A | 8C | DF | 34 | 25 | 0 | D | DF | 41 | 41 |
| Octal | 152 | 214 | 337 | 64 | 45 | 0 | 15 | 337 | 101 | 101 |
| Binary | 1101010 | 10001100 | 11011111 | 110100 | 100101 | 0 | 1101 | 11011111 | 1000001 | 1000001 |
Color Harmonies of #6A8CDF
Complementary color
Monochromatic Colors of #6A8CDF
Black with #6A8CDF
Text Example
Text Example
White with #6A8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8CDF; }
p { color: rgb(106,140,223); }
H1.HeaderClassName
{
color: #6A8CDF;
}
.AnyTagClassName
{
color: #6A8CDF;
}
</style>
background-color css
<style>
a { background-color: #6A8CDF; }
a { background-color: rgb(106,140,223); }
div.DivClassName
{
background-color: #6A8CDF;
}
.BgClassName
{
background-color: #6A8CDF;
}
</style>
border-color css
<style>
span { border-color: #6A8CDF; }
span { border-color: rgb(106,140,223); }
td.TdClassName
{
border-color: #6A8CDF;
}
.TagClassName
{
border-color: #6A8CDF;
}
</style>