Shades of Cornflower Blue #6D95FA
Tints of Cornflower Blue #6D95FA
RGB
CMYK
RGB Variations
Color information
#6D95FA (or 0x6D95FA) is known color: Cornflower Blue. HEX triplet: 6D, 95 and FA. RGB value is (109,149,250). Sum of RGB (Red+Green+Blue) = 109+149+250=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D95FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D95FA is #926A05. Grayscale: #949494. Windows color (decimal): -9595398 or 16422253. OLE color: 16422253.
HSL color Cylindrical-coordinate representation of color #6D95FA: hue angle of 222.98º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D95FA is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 149 | 250 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.02 |
| HSL | 222.98º | 0.93% | 0.7% | - |
| HSV(B) | 222.98º | 0.56% | 0.98% | - |
| XYZ | 34.31 | 31.65 | 94.74 | - |
| YUV | 148.55 | 185.25 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 149 | 250 | 0.56 | 0.40 | 0 | 0.02 | 222.98 | 0.93 | 0.7 |
| Hex | 6D | 95 | FA | 38 | 28 | 0 | 2 | DF | 5D | 46 |
| Octal | 155 | 225 | 372 | 70 | 50 | 0 | 2 | 337 | 135 | 106 |
| Binary | 1101101 | 10010101 | 11111010 | 111000 | 101000 | 0 | 10 | 11011111 | 1011101 | 1000110 |
Color Harmonies of #6D95FA
Complementary color
Monochromatic Colors of #6D95FA
Black with #6D95FA
Text Example
Text Example
White with #6D95FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D95FA; }
p { color: rgb(109,149,250); }
H1.HeaderClassName
{
color: #6D95FA;
}
.AnyTagClassName
{
color: #6D95FA;
}
</style>
background-color css
<style>
a { background-color: #6D95FA; }
a { background-color: rgb(109,149,250); }
div.DivClassName
{
background-color: #6D95FA;
}
.BgClassName
{
background-color: #6D95FA;
}
</style>
border-color css
<style>
span { border-color: #6D95FA; }
span { border-color: rgb(109,149,250); }
td.TdClassName
{
border-color: #6D95FA;
}
.TagClassName
{
border-color: #6D95FA;
}
</style>