Shades of Cornflower Blue #6BA1FD
Tints of Cornflower Blue #6BA1FD
RGB
CMYK
RGB Variations
Color information
#6BA1FD (or 0x6BA1FD) is known color: Cornflower Blue. HEX triplet: 6B, A1 and FD. RGB value is (107,161,253). Sum of RGB (Red+Green+Blue) = 107+161+253=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BA1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA1FD is #945E02. Grayscale: #9A9A9A. Windows color (decimal): -9723395 or 16621931. OLE color: 16621931.
HSL color Cylindrical-coordinate representation of color #6BA1FD: hue angle of 217.81º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BA1FD is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 161 | 253 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.01 |
| HSL | 217.81º | 0.97% | 0.71% | - |
| HSV(B) | 217.81º | 0.58% | 0.99% | - |
| XYZ | 36.54 | 35.71 | 97.89 | - |
| YUV | 155.34 | 183.11 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 253 | 0.58 | 0.36 | 0 | 0.01 | 217.81 | 0.97 | 0.71 |
| Hex | 6B | A1 | FD | 3A | 24 | 0 | 1 | DA | 61 | 47 |
| Octal | 153 | 241 | 375 | 72 | 44 | 0 | 1 | 332 | 141 | 107 |
| Binary | 1101011 | 10100001 | 11111101 | 111010 | 100100 | 0 | 1 | 11011010 | 1100001 | 1000111 |
Color Harmonies of #6BA1FD
Complementary color
Monochromatic Colors of #6BA1FD
Black with #6BA1FD
Text Example
Text Example
White with #6BA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA1FD; }
p { color: rgb(107,161,253); }
H1.HeaderClassName
{
color: #6BA1FD;
}
.AnyTagClassName
{
color: #6BA1FD;
}
</style>
background-color css
<style>
a { background-color: #6BA1FD; }
a { background-color: rgb(107,161,253); }
div.DivClassName
{
background-color: #6BA1FD;
}
.BgClassName
{
background-color: #6BA1FD;
}
</style>
border-color css
<style>
span { border-color: #6BA1FD; }
span { border-color: rgb(107,161,253); }
td.TdClassName
{
border-color: #6BA1FD;
}
.TagClassName
{
border-color: #6BA1FD;
}
</style>