Shades of Cornflower Blue #6A8BDF
Tints of Cornflower Blue #6A8BDF
RGB
CMYK
RGB Variations
Color information
#6A8BDF (or 0x6A8BDF) is known color: Cornflower Blue. HEX triplet: 6A, 8B and DF. RGB value is (106,139,223). Sum of RGB (Red+Green+Blue) = 106+139+223=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A8BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8BDF is #957420. Grayscale: #8A8A8A. Windows color (decimal): -9794593 or 14650218. OLE color: 14650218.
HSL color Cylindrical-coordinate representation of color #6A8BDF: hue angle of 223.08º 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 #6A8BDF is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 139 | 223 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.13 |
| HSL | 223.08º | 0.65% | 0.65% | - |
| HSV(B) | 223.08º | 0.52% | 0.87% | - |
| XYZ | 28.5 | 26.86 | 73.49 | - |
| YUV | 138.71 | 175.57 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 139 | 223 | 0.52 | 0.38 | 0 | 0.13 | 223.08 | 0.65 | 0.65 |
| Hex | 6A | 8B | DF | 34 | 26 | 0 | D | DF | 41 | 41 |
| Octal | 152 | 213 | 337 | 64 | 46 | 0 | 15 | 337 | 101 | 101 |
| Binary | 1101010 | 10001011 | 11011111 | 110100 | 100110 | 0 | 1101 | 11011111 | 1000001 | 1000001 |
Color Harmonies of #6A8BDF
Complementary color
Monochromatic Colors of #6A8BDF
Black with #6A8BDF
Text Example
Text Example
White with #6A8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8BDF; }
p { color: rgb(106,139,223); }
H1.HeaderClassName
{
color: #6A8BDF;
}
.AnyTagClassName
{
color: #6A8BDF;
}
</style>
background-color css
<style>
a { background-color: #6A8BDF; }
a { background-color: rgb(106,139,223); }
div.DivClassName
{
background-color: #6A8BDF;
}
.BgClassName
{
background-color: #6A8BDF;
}
</style>
border-color css
<style>
span { border-color: #6A8BDF; }
span { border-color: rgb(106,139,223); }
td.TdClassName
{
border-color: #6A8BDF;
}
.TagClassName
{
border-color: #6A8BDF;
}
</style>