Shades of Cornflower Blue #6B9CFB
Tints of Cornflower Blue #6B9CFB
RGB
CMYK
RGB Variations
Color information
#6B9CFB (or 0x6B9CFB) is known color: Cornflower Blue. HEX triplet: 6B, 9C and FB. RGB value is (107,156,251). Sum of RGB (Red+Green+Blue) = 107+156+251=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B9CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9CFB is #946304. Grayscale: #979797. Windows color (decimal): -9724677 or 16489579. OLE color: 16489579.
HSL color Cylindrical-coordinate representation of color #6B9CFB: hue angle of 219.58º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B9CFB is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 156 | 251 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.02 |
| HSL | 219.58º | 0.95% | 0.7% | - |
| HSV(B) | 219.58º | 0.57% | 0.98% | - |
| XYZ | 35.36 | 33.87 | 95.94 | - |
| YUV | 152.18 | 183.77 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 156 | 251 | 0.57 | 0.38 | 0 | 0.02 | 219.58 | 0.95 | 0.7 |
| Hex | 6B | 9C | FB | 39 | 26 | 0 | 2 | DC | 5F | 46 |
| Octal | 153 | 234 | 373 | 71 | 46 | 0 | 2 | 334 | 137 | 106 |
| Binary | 1101011 | 10011100 | 11111011 | 111001 | 100110 | 0 | 10 | 11011100 | 1011111 | 1000110 |
Color Harmonies of #6B9CFB
Complementary color
Monochromatic Colors of #6B9CFB
Black with #6B9CFB
Text Example
Text Example
White with #6B9CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9CFB; }
p { color: rgb(107,156,251); }
H1.HeaderClassName
{
color: #6B9CFB;
}
.AnyTagClassName
{
color: #6B9CFB;
}
</style>
background-color css
<style>
a { background-color: #6B9CFB; }
a { background-color: rgb(107,156,251); }
div.DivClassName
{
background-color: #6B9CFB;
}
.BgClassName
{
background-color: #6B9CFB;
}
</style>
border-color css
<style>
span { border-color: #6B9CFB; }
span { border-color: rgb(107,156,251); }
td.TdClassName
{
border-color: #6B9CFB;
}
.TagClassName
{
border-color: #6B9CFB;
}
</style>