Shades of Cornflower Blue #6A9ADC
Tints of Cornflower Blue #6A9ADC
RGB
CMYK
RGB Variations
Color information
#6A9ADC (or 0x6A9ADC) is known color: Cornflower Blue. HEX triplet: 6A, 9A and DC. RGB value is (106,154,220). Sum of RGB (Red+Green+Blue) = 106+154+220=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A9ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9ADC is #956523. Grayscale: #929292. Windows color (decimal): -9790756 or 14457450. OLE color: 14457450.
HSL color Cylindrical-coordinate representation of color #6A9ADC: hue angle of 214.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A9ADC is Cyan = 0.52, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 154 | 220 | - |
| CMYK | 0.52 | 0.3 | 0 | 0.14 |
| HSL | 214.74º | 0.62% | 0.64% | - |
| HSV(B) | 214.74º | 0.52% | 0.86% | - |
| XYZ | 30.42 | 31.34 | 72.16 | - |
| YUV | 147.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 220 | 0.52 | 0.3 | 0 | 0.14 | 214.74 | 0.62 | 0.64 |
| Hex | 6A | 9A | DC | 34 | 1E | 0 | E | D7 | 3E | 40 |
| Octal | 152 | 232 | 334 | 64 | 36 | 0 | 16 | 327 | 76 | 100 |
| Binary | 1101010 | 10011010 | 11011100 | 110100 | 11110 | 0 | 1110 | 11010111 | 111110 | 1000000 |
Color Harmonies of #6A9ADC
Complementary color
Monochromatic Colors of #6A9ADC
Black with #6A9ADC
Text Example
Text Example
White with #6A9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9ADC; }
p { color: rgb(106,154,220); }
H1.HeaderClassName
{
color: #6A9ADC;
}
.AnyTagClassName
{
color: #6A9ADC;
}
</style>
background-color css
<style>
a { background-color: #6A9ADC; }
a { background-color: rgb(106,154,220); }
div.DivClassName
{
background-color: #6A9ADC;
}
.BgClassName
{
background-color: #6A9ADC;
}
</style>
border-color css
<style>
span { border-color: #6A9ADC; }
span { border-color: rgb(106,154,220); }
td.TdClassName
{
border-color: #6A9ADC;
}
.TagClassName
{
border-color: #6A9ADC;
}
</style>