Shades of Cornflower Blue #6BA1FB
Tints of Cornflower Blue #6BA1FB
RGB
CMYK
RGB Variations
Color information
#6BA1FB (or 0x6BA1FB) is known color: Cornflower Blue. HEX triplet: 6B, A1 and FB. RGB value is (107,161,251). Sum of RGB (Red+Green+Blue) = 107+161+251=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BA1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA1FB is #945E04. Grayscale: #9A9A9A. Windows color (decimal): -9723397 or 16490859. OLE color: 16490859.
HSL color Cylindrical-coordinate representation of color #6BA1FB: hue angle of 217.5º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BA1FB is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 161 | 251 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.02 |
| HSL | 217.5º | 0.95% | 0.7% | - |
| HSV(B) | 217.5º | 0.57% | 0.98% | - |
| XYZ | 36.22 | 35.58 | 96.23 | - |
| YUV | 155.11 | 182.11 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 251 | 0.57 | 0.36 | 0 | 0.02 | 217.5 | 0.95 | 0.7 |
| Hex | 6B | A1 | FB | 39 | 24 | 0 | 2 | DA | 5F | 46 |
| Octal | 153 | 241 | 373 | 71 | 44 | 0 | 2 | 332 | 137 | 106 |
| Binary | 1101011 | 10100001 | 11111011 | 111001 | 100100 | 0 | 10 | 11011010 | 1011111 | 1000110 |
Color Harmonies of #6BA1FB
Complementary color
Monochromatic Colors of #6BA1FB
Black with #6BA1FB
Text Example
Text Example
White with #6BA1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA1FB; }
p { color: rgb(107,161,251); }
H1.HeaderClassName
{
color: #6BA1FB;
}
.AnyTagClassName
{
color: #6BA1FB;
}
</style>
background-color css
<style>
a { background-color: #6BA1FB; }
a { background-color: rgb(107,161,251); }
div.DivClassName
{
background-color: #6BA1FB;
}
.BgClassName
{
background-color: #6BA1FB;
}
</style>
border-color css
<style>
span { border-color: #6BA1FB; }
span { border-color: rgb(107,161,251); }
td.TdClassName
{
border-color: #6BA1FB;
}
.TagClassName
{
border-color: #6BA1FB;
}
</style>