Shades of Cornflower Blue #6BA1FF
Tints of Cornflower Blue #6BA1FF
RGB
CMYK
RGB Variations
Color information
#6BA1FF (or 0x6BA1FF) is known color: Cornflower Blue. HEX triplet: 6B, A1 and FF. RGB value is (107,161,255). Sum of RGB (Red+Green+Blue) = 107+161+255=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BA1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA1FF is #945E00. Grayscale: #9B9B9B. Windows color (decimal): -9723393 or 16753003. OLE color: 16753003.
HSL color Cylindrical-coordinate representation of color #6BA1FF: hue angle of 218.11º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BA1FF is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 161 | 255 | - |
| CMYK | 0.58 | 0.37 | 0 | 0 |
| HSL | 218.11º | 1% | 0.71% | - |
| HSV(B) | 218.11º | 0.58% | 1% | - |
| XYZ | 36.86 | 35.84 | 99.58 | - |
| YUV | 155.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 255 | 0.58 | 0.37 | 0 | 0 | 218.11 | 1 | 0.71 |
| Hex | 6B | A1 | FF | 3A | 25 | 0 | 0 | DA | 64 | 47 |
| Octal | 153 | 241 | 377 | 72 | 45 | 0 | 0 | 332 | 144 | 107 |
| Binary | 1101011 | 10100001 | 11111111 | 111010 | 100101 | 0 | 0 | 11011010 | 1100100 | 1000111 |
Color Harmonies of #6BA1FF
Complementary color
Monochromatic Colors of #6BA1FF
Black with #6BA1FF
Text Example
Text Example
White with #6BA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA1FF; }
p { color: rgb(107,161,255); }
H1.HeaderClassName
{
color: #6BA1FF;
}
.AnyTagClassName
{
color: #6BA1FF;
}
</style>
background-color css
<style>
a { background-color: #6BA1FF; }
a { background-color: rgb(107,161,255); }
div.DivClassName
{
background-color: #6BA1FF;
}
.BgClassName
{
background-color: #6BA1FF;
}
</style>
border-color css
<style>
span { border-color: #6BA1FF; }
span { border-color: rgb(107,161,255); }
td.TdClassName
{
border-color: #6BA1FF;
}
.TagClassName
{
border-color: #6BA1FF;
}
</style>