Shades of Cornflower Blue #6B8CFF
Tints of Cornflower Blue #6B8CFF
RGB
CMYK
RGB Variations
Color information
#6B8CFF (or 0x6B8CFF) is known color: Cornflower Blue. HEX triplet: 6B, 8C and FF. RGB value is (107,140,255). Sum of RGB (Red+Green+Blue) = 107+140+255=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B8CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8CFF is #947300. Grayscale: #8E8E8E. Windows color (decimal): -9728769 or 16747627. OLE color: 16747627.
HSL color Cylindrical-coordinate representation of color #6B8CFF: hue angle of 226.62º 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 #6B8CFF is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 140 | 255 | - |
| CMYK | 0.58 | 0.45 | 0 | 0 |
| HSL | 226.62º | 1% | 0.71% | - |
| HSV(B) | 226.62º | 0.58% | 1% | - |
| XYZ | 33.49 | 29.1 | 98.46 | - |
| YUV | 143.24 | 191.07 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 140 | 255 | 0.58 | 0.45 | 0 | 0 | 226.62 | 1 | 0.71 |
| Hex | 6B | 8C | FF | 3A | 2D | 0 | 0 | E3 | 64 | 47 |
| Octal | 153 | 214 | 377 | 72 | 55 | 0 | 0 | 343 | 144 | 107 |
| Binary | 1101011 | 10001100 | 11111111 | 111010 | 101101 | 0 | 0 | 11100011 | 1100100 | 1000111 |
Color Harmonies of #6B8CFF
Complementary color
Monochromatic Colors of #6B8CFF
Black with #6B8CFF
Text Example
Text Example
White with #6B8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8CFF; }
p { color: rgb(107,140,255); }
H1.HeaderClassName
{
color: #6B8CFF;
}
.AnyTagClassName
{
color: #6B8CFF;
}
</style>
background-color css
<style>
a { background-color: #6B8CFF; }
a { background-color: rgb(107,140,255); }
div.DivClassName
{
background-color: #6B8CFF;
}
.BgClassName
{
background-color: #6B8CFF;
}
</style>
border-color css
<style>
span { border-color: #6B8CFF; }
span { border-color: rgb(107,140,255); }
td.TdClassName
{
border-color: #6B8CFF;
}
.TagClassName
{
border-color: #6B8CFF;
}
</style>