Shades of Cornflower Blue #6A8AEF
Tints of Cornflower Blue #6A8AEF
RGB
CMYK
RGB Variations
Color information
#6A8AEF (or 0x6A8AEF) is known color: Cornflower Blue. HEX triplet: 6A, 8A and EF. RGB value is (106,138,239). Sum of RGB (Red+Green+Blue) = 106+138+239=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A8AEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8AEF is #957510. Grayscale: #8B8B8B. Windows color (decimal): -9794833 or 15698538. OLE color: 15698538.
HSL color Cylindrical-coordinate representation of color #6A8AEF: hue angle of 225.56º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A8AEF is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 138 | 239 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.06 |
| HSL | 225.56º | 0.81% | 0.68% | - |
| HSV(B) | 225.56º | 0.56% | 0.94% | - |
| XYZ | 30.61 | 27.47 | 85.35 | - |
| YUV | 139.95 | 183.9 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 239 | 0.56 | 0.42 | 0 | 0.06 | 225.56 | 0.81 | 0.68 |
| Hex | 6A | 8A | EF | 38 | 2A | 0 | 6 | E2 | 51 | 44 |
| Octal | 152 | 212 | 357 | 70 | 52 | 0 | 6 | 342 | 121 | 104 |
| Binary | 1101010 | 10001010 | 11101111 | 111000 | 101010 | 0 | 110 | 11100010 | 1010001 | 1000100 |
Color Harmonies of #6A8AEF
Complementary color
Monochromatic Colors of #6A8AEF
Black with #6A8AEF
Text Example
Text Example
White with #6A8AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8AEF; }
p { color: rgb(106,138,239); }
H1.HeaderClassName
{
color: #6A8AEF;
}
.AnyTagClassName
{
color: #6A8AEF;
}
</style>
background-color css
<style>
a { background-color: #6A8AEF; }
a { background-color: rgb(106,138,239); }
div.DivClassName
{
background-color: #6A8AEF;
}
.BgClassName
{
background-color: #6A8AEF;
}
</style>
border-color css
<style>
span { border-color: #6A8AEF; }
span { border-color: rgb(106,138,239); }
td.TdClassName
{
border-color: #6A8AEF;
}
.TagClassName
{
border-color: #6A8AEF;
}
</style>