Shades of Cornflower Blue #6B8BFF
Tints of Cornflower Blue #6B8BFF
RGB
CMYK
RGB Variations
Color information
#6B8BFF (or 0x6B8BFF) is known color: Cornflower Blue. HEX triplet: 6B, 8B and FF. RGB value is (107,139,255). Sum of RGB (Red+Green+Blue) = 107+139+255=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B8BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8BFF is #947400. Grayscale: #8E8E8E. Windows color (decimal): -9729025 or 16747371. OLE color: 16747371.
HSL color Cylindrical-coordinate representation of color #6B8BFF: hue angle of 227.03º 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 #6B8BFF is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 139 | 255 | - |
| CMYK | 0.58 | 0.45 | 0 | 0 |
| HSL | 227.03º | 1% | 0.71% | - |
| HSV(B) | 227.03º | 0.58% | 1% | - |
| XYZ | 33.35 | 28.81 | 98.41 | - |
| YUV | 142.66 | 191.4 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 255 | 0.58 | 0.45 | 0 | 0 | 227.03 | 1 | 0.71 |
| Hex | 6B | 8B | FF | 3A | 2D | 0 | 0 | E3 | 64 | 47 |
| Octal | 153 | 213 | 377 | 72 | 55 | 0 | 0 | 343 | 144 | 107 |
| Binary | 1101011 | 10001011 | 11111111 | 111010 | 101101 | 0 | 0 | 11100011 | 1100100 | 1000111 |
Color Harmonies of #6B8BFF
Complementary color
Monochromatic Colors of #6B8BFF
Black with #6B8BFF
Text Example
Text Example
White with #6B8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8BFF; }
p { color: rgb(107,139,255); }
H1.HeaderClassName
{
color: #6B8BFF;
}
.AnyTagClassName
{
color: #6B8BFF;
}
</style>
background-color css
<style>
a { background-color: #6B8BFF; }
a { background-color: rgb(107,139,255); }
div.DivClassName
{
background-color: #6B8BFF;
}
.BgClassName
{
background-color: #6B8BFF;
}
</style>
border-color css
<style>
span { border-color: #6B8BFF; }
span { border-color: rgb(107,139,255); }
td.TdClassName
{
border-color: #6B8BFF;
}
.TagClassName
{
border-color: #6B8BFF;
}
</style>