Shades of Cornflower Blue #6B9DFF
Tints of Cornflower Blue #6B9DFF
RGB
CMYK
RGB Variations
Color information
#6B9DFF (or 0x6B9DFF) is known color: Cornflower Blue. HEX triplet: 6B, 9D and FF. RGB value is (107,157,255). Sum of RGB (Red+Green+Blue) = 107+157+255=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B9DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9DFF is #946200. Grayscale: #989898. Windows color (decimal): -9724417 or 16751979. OLE color: 16751979.
HSL color Cylindrical-coordinate representation of color #6B9DFF: hue angle of 219.73º 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 #6B9DFF is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 157 | 255 | - |
| CMYK | 0.58 | 0.38 | 0 | 0 |
| HSL | 219.73º | 1% | 0.71% | - |
| HSV(B) | 219.73º | 0.58% | 1% | - |
| XYZ | 36.17 | 34.46 | 99.35 | - |
| YUV | 153.22 | 185.44 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 157 | 255 | 0.58 | 0.38 | 0 | 0 | 219.73 | 1 | 0.71 |
| Hex | 6B | 9D | FF | 3A | 26 | 0 | 0 | DC | 64 | 47 |
| Octal | 153 | 235 | 377 | 72 | 46 | 0 | 0 | 334 | 144 | 107 |
| Binary | 1101011 | 10011101 | 11111111 | 111010 | 100110 | 0 | 0 | 11011100 | 1100100 | 1000111 |
Color Harmonies of #6B9DFF
Complementary color
Monochromatic Colors of #6B9DFF
Black with #6B9DFF
Text Example
Text Example
White with #6B9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9DFF; }
p { color: rgb(107,157,255); }
H1.HeaderClassName
{
color: #6B9DFF;
}
.AnyTagClassName
{
color: #6B9DFF;
}
</style>
background-color css
<style>
a { background-color: #6B9DFF; }
a { background-color: rgb(107,157,255); }
div.DivClassName
{
background-color: #6B9DFF;
}
.BgClassName
{
background-color: #6B9DFF;
}
</style>
border-color css
<style>
span { border-color: #6B9DFF; }
span { border-color: rgb(107,157,255); }
td.TdClassName
{
border-color: #6B9DFF;
}
.TagClassName
{
border-color: #6B9DFF;
}
</style>