Shades of Cornflower Blue #6B9AFB
Tints of Cornflower Blue #6B9AFB
RGB
CMYK
RGB Variations
Color information
#6B9AFB (or 0x6B9AFB) is known color: Cornflower Blue. HEX triplet: 6B, 9A and FB. RGB value is (107,154,251). Sum of RGB (Red+Green+Blue) = 107+154+251=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B9AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9AFB is #946504. Grayscale: #969696. Windows color (decimal): -9725189 or 16489067. OLE color: 16489067.
HSL color Cylindrical-coordinate representation of color #6B9AFB: hue angle of 220.42º 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 #6B9AFB is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 154 | 251 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.02 |
| HSL | 220.42º | 0.95% | 0.7% | - |
| HSV(B) | 220.42º | 0.57% | 0.98% | - |
| XYZ | 35.03 | 33.2 | 95.83 | - |
| YUV | 151.01 | 184.43 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 154 | 251 | 0.57 | 0.39 | 0 | 0.02 | 220.42 | 0.95 | 0.7 |
| Hex | 6B | 9A | FB | 39 | 27 | 0 | 2 | DC | 5F | 46 |
| Octal | 153 | 232 | 373 | 71 | 47 | 0 | 2 | 334 | 137 | 106 |
| Binary | 1101011 | 10011010 | 11111011 | 111001 | 100111 | 0 | 10 | 11011100 | 1011111 | 1000110 |
Color Harmonies of #6B9AFB
Complementary color
Monochromatic Colors of #6B9AFB
Black with #6B9AFB
Text Example
Text Example
White with #6B9AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9AFB; }
p { color: rgb(107,154,251); }
H1.HeaderClassName
{
color: #6B9AFB;
}
.AnyTagClassName
{
color: #6B9AFB;
}
</style>
background-color css
<style>
a { background-color: #6B9AFB; }
a { background-color: rgb(107,154,251); }
div.DivClassName
{
background-color: #6B9AFB;
}
.BgClassName
{
background-color: #6B9AFB;
}
</style>
border-color css
<style>
span { border-color: #6B9AFB; }
span { border-color: rgb(107,154,251); }
td.TdClassName
{
border-color: #6B9AFB;
}
.TagClassName
{
border-color: #6B9AFB;
}
</style>