Shades of Cornflower Blue #6BA4ED
Tints of Cornflower Blue #6BA4ED
RGB
CMYK
RGB Variations
Color information
#6BA4ED (or 0x6BA4ED) is known color: Cornflower Blue. HEX triplet: 6B, A4 and ED. RGB value is (107,164,237). Sum of RGB (Red+Green+Blue) = 107+164+237=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BA4ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA4ED is #945B12. Grayscale: #9A9A9A. Windows color (decimal): -9722643 or 15574123. OLE color: 15574123.
HSL color Cylindrical-coordinate representation of color #6BA4ED: hue angle of 213.69º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BA4ED is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 164 | 237 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.07 |
| HSL | 213.69º | 0.78% | 0.67% | - |
| HSV(B) | 213.69º | 0.55% | 0.93% | - |
| XYZ | 34.62 | 35.79 | 85.2 | - |
| YUV | 155.28 | 174.12 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 237 | 0.55 | 0.31 | 0 | 0.07 | 213.69 | 0.78 | 0.67 |
| Hex | 6B | A4 | ED | 37 | 1F | 0 | 7 | D6 | 4E | 43 |
| Octal | 153 | 244 | 355 | 67 | 37 | 0 | 7 | 326 | 116 | 103 |
| Binary | 1101011 | 10100100 | 11101101 | 110111 | 11111 | 0 | 111 | 11010110 | 1001110 | 1000011 |
Color Harmonies of #6BA4ED
Complementary color
Monochromatic Colors of #6BA4ED
Black with #6BA4ED
Text Example
Text Example
White with #6BA4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA4ED; }
p { color: rgb(107,164,237); }
H1.HeaderClassName
{
color: #6BA4ED;
}
.AnyTagClassName
{
color: #6BA4ED;
}
</style>
background-color css
<style>
a { background-color: #6BA4ED; }
a { background-color: rgb(107,164,237); }
div.DivClassName
{
background-color: #6BA4ED;
}
.BgClassName
{
background-color: #6BA4ED;
}
</style>
border-color css
<style>
span { border-color: #6BA4ED; }
span { border-color: rgb(107,164,237); }
td.TdClassName
{
border-color: #6BA4ED;
}
.TagClassName
{
border-color: #6BA4ED;
}
</style>