Shades of Cornflower Blue #6BA5FF
Tints of Cornflower Blue #6BA5FF
RGB
CMYK
RGB Variations
Color information
#6BA5FF (or 0x6BA5FF) is known color: Cornflower Blue. HEX triplet: 6B, A5 and FF. RGB value is (107,165,255). Sum of RGB (Red+Green+Blue) = 107+165+255=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BA5FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA5FF is #945A00. Grayscale: #9D9D9D. Windows color (decimal): -9722369 or 16754027. OLE color: 16754027.
HSL color Cylindrical-coordinate representation of color #6BA5FF: hue angle of 216.49º 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 #6BA5FF is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 165 | 255 | - |
| CMYK | 0.58 | 0.35 | 0 | 0 |
| HSL | 216.49º | 1% | 0.71% | - |
| HSV(B) | 216.49º | 0.58% | 1% | - |
| XYZ | 37.57 | 37.26 | 99.82 | - |
| YUV | 157.92 | 182.78 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 255 | 0.58 | 0.35 | 0 | 0 | 216.49 | 1 | 0.71 |
| Hex | 6B | A5 | FF | 3A | 23 | 0 | 0 | D8 | 64 | 47 |
| Octal | 153 | 245 | 377 | 72 | 43 | 0 | 0 | 330 | 144 | 107 |
| Binary | 1101011 | 10100101 | 11111111 | 111010 | 100011 | 0 | 0 | 11011000 | 1100100 | 1000111 |
Color Harmonies of #6BA5FF
Complementary color
Monochromatic Colors of #6BA5FF
Black with #6BA5FF
Text Example
Text Example
White with #6BA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA5FF; }
p { color: rgb(107,165,255); }
H1.HeaderClassName
{
color: #6BA5FF;
}
.AnyTagClassName
{
color: #6BA5FF;
}
</style>
background-color css
<style>
a { background-color: #6BA5FF; }
a { background-color: rgb(107,165,255); }
div.DivClassName
{
background-color: #6BA5FF;
}
.BgClassName
{
background-color: #6BA5FF;
}
</style>
border-color css
<style>
span { border-color: #6BA5FF; }
span { border-color: rgb(107,165,255); }
td.TdClassName
{
border-color: #6BA5FF;
}
.TagClassName
{
border-color: #6BA5FF;
}
</style>