Shades of Cornflower Blue #6B9AFF
Tints of Cornflower Blue #6B9AFF
RGB
CMYK
RGB Variations
Color information
#6B9AFF (or 0x6B9AFF) is known color: Cornflower Blue. HEX triplet: 6B, 9A and FF. RGB value is (107,154,255). Sum of RGB (Red+Green+Blue) = 107+154+255=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B9AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9AFF is #946500. Grayscale: #979797. Windows color (decimal): -9725185 or 16751211. OLE color: 16751211.
HSL color Cylindrical-coordinate representation of color #6B9AFF: hue angle of 220.95º 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 #6B9AFF is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 154 | 255 | - |
| CMYK | 0.58 | 0.40 | 0 | 0 |
| HSL | 220.95º | 1% | 0.71% | - |
| HSV(B) | 220.95º | 0.58% | 1% | - |
| XYZ | 35.67 | 33.46 | 99.19 | - |
| YUV | 151.46 | 186.43 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 154 | 255 | 0.58 | 0.40 | 0 | 0 | 220.95 | 1 | 0.71 |
| Hex | 6B | 9A | FF | 3A | 28 | 0 | 0 | DD | 64 | 47 |
| Octal | 153 | 232 | 377 | 72 | 50 | 0 | 0 | 335 | 144 | 107 |
| Binary | 1101011 | 10011010 | 11111111 | 111010 | 101000 | 0 | 0 | 11011101 | 1100100 | 1000111 |
Color Harmonies of #6B9AFF
Complementary color
Monochromatic Colors of #6B9AFF
Black with #6B9AFF
Text Example
Text Example
White with #6B9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9AFF; }
p { color: rgb(107,154,255); }
H1.HeaderClassName
{
color: #6B9AFF;
}
.AnyTagClassName
{
color: #6B9AFF;
}
</style>
background-color css
<style>
a { background-color: #6B9AFF; }
a { background-color: rgb(107,154,255); }
div.DivClassName
{
background-color: #6B9AFF;
}
.BgClassName
{
background-color: #6B9AFF;
}
</style>
border-color css
<style>
span { border-color: #6B9AFF; }
span { border-color: rgb(107,154,255); }
td.TdClassName
{
border-color: #6B9AFF;
}
.TagClassName
{
border-color: #6B9AFF;
}
</style>