Shades of Cornflower Blue #6D9AF2
Tints of Cornflower Blue #6D9AF2
RGB
CMYK
RGB Variations
Color information
#6D9AF2 (or 0x6D9AF2) is known color: Cornflower Blue. HEX triplet: 6D, 9A and F2. RGB value is (109,154,242). Sum of RGB (Red+Green+Blue) = 109+154+242=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #6D9AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9AF2 is #92650D. Grayscale: #969696. Windows color (decimal): -9594126 or 15899245. OLE color: 15899245.
HSL color Cylindrical-coordinate representation of color #6D9AF2: hue angle of 219.7º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D9AF2 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 154 | 242 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.05 |
| HSL | 219.7º | 0.84% | 0.69% | - |
| HSV(B) | 219.7º | 0.55% | 0.95% | - |
| XYZ | 33.89 | 32.77 | 88.54 | - |
| YUV | 150.58 | 179.59 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 242 | 0.55 | 0.36 | 0 | 0.05 | 219.7 | 0.84 | 0.69 |
| Hex | 6D | 9A | F2 | 37 | 24 | 0 | 5 | DC | 54 | 45 |
| Octal | 155 | 232 | 362 | 67 | 44 | 0 | 5 | 334 | 124 | 105 |
| Binary | 1101101 | 10011010 | 11110010 | 110111 | 100100 | 0 | 101 | 11011100 | 1010100 | 1000101 |
Color Harmonies of #6D9AF2
Complementary color
Monochromatic Colors of #6D9AF2
Black with #6D9AF2
Text Example
Text Example
White with #6D9AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9AF2; }
p { color: rgb(109,154,242); }
H1.HeaderClassName
{
color: #6D9AF2;
}
.AnyTagClassName
{
color: #6D9AF2;
}
</style>
background-color css
<style>
a { background-color: #6D9AF2; }
a { background-color: rgb(109,154,242); }
div.DivClassName
{
background-color: #6D9AF2;
}
.BgClassName
{
background-color: #6D9AF2;
}
</style>
border-color css
<style>
span { border-color: #6D9AF2; }
span { border-color: rgb(109,154,242); }
td.TdClassName
{
border-color: #6D9AF2;
}
.TagClassName
{
border-color: #6D9AF2;
}
</style>