Shades of Cornflower Blue #6BA4FF
Tints of Cornflower Blue #6BA4FF
RGB
CMYK
RGB Variations
Color information
#6BA4FF (or 0x6BA4FF) is known color: Cornflower Blue. HEX triplet: 6B, A4 and FF. RGB value is (107,164,255). Sum of RGB (Red+Green+Blue) = 107+164+255=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BA4FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA4FF is #945B00. Grayscale: #9C9C9C. Windows color (decimal): -9722625 or 16753771. OLE color: 16753771.
HSL color Cylindrical-coordinate representation of color #6BA4FF: hue angle of 216.89º 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 #6BA4FF is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 164 | 255 | - |
| CMYK | 0.58 | 0.36 | 0 | 0 |
| HSL | 216.89º | 1% | 0.71% | - |
| HSV(B) | 216.89º | 0.58% | 1% | - |
| XYZ | 37.39 | 36.9 | 99.76 | - |
| YUV | 157.33 | 183.12 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 255 | 0.58 | 0.36 | 0 | 0 | 216.89 | 1 | 0.71 |
| Hex | 6B | A4 | FF | 3A | 24 | 0 | 0 | D9 | 64 | 47 |
| Octal | 153 | 244 | 377 | 72 | 44 | 0 | 0 | 331 | 144 | 107 |
| Binary | 1101011 | 10100100 | 11111111 | 111010 | 100100 | 0 | 0 | 11011001 | 1100100 | 1000111 |
Color Harmonies of #6BA4FF
Complementary color
Monochromatic Colors of #6BA4FF
Black with #6BA4FF
Text Example
Text Example
White with #6BA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA4FF; }
p { color: rgb(107,164,255); }
H1.HeaderClassName
{
color: #6BA4FF;
}
.AnyTagClassName
{
color: #6BA4FF;
}
</style>
background-color css
<style>
a { background-color: #6BA4FF; }
a { background-color: rgb(107,164,255); }
div.DivClassName
{
background-color: #6BA4FF;
}
.BgClassName
{
background-color: #6BA4FF;
}
</style>
border-color css
<style>
span { border-color: #6BA4FF; }
span { border-color: rgb(107,164,255); }
td.TdClassName
{
border-color: #6BA4FF;
}
.TagClassName
{
border-color: #6BA4FF;
}
</style>