Shades of Cornflower Blue #6B9CFF
Tints of Cornflower Blue #6B9CFF
RGB
CMYK
RGB Variations
Color information
#6B9CFF (or 0x6B9CFF) is known color: Cornflower Blue. HEX triplet: 6B, 9C and FF. RGB value is (107,156,255). Sum of RGB (Red+Green+Blue) = 107+156+255=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B9CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9CFF is #946300. Grayscale: #989898. Windows color (decimal): -9724673 or 16751723. OLE color: 16751723.
HSL color Cylindrical-coordinate representation of color #6B9CFF: hue angle of 220.14º 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 #6B9CFF is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 156 | 255 | - |
| CMYK | 0.58 | 0.39 | 0 | 0 |
| HSL | 220.14º | 1% | 0.71% | - |
| HSV(B) | 220.14º | 0.58% | 1% | - |
| XYZ | 36 | 34.12 | 99.3 | - |
| YUV | 152.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 156 | 255 | 0.58 | 0.39 | 0 | 0 | 220.14 | 1 | 0.71 |
| Hex | 6B | 9C | FF | 3A | 27 | 0 | 0 | DC | 64 | 47 |
| Octal | 153 | 234 | 377 | 72 | 47 | 0 | 0 | 334 | 144 | 107 |
| Binary | 1101011 | 10011100 | 11111111 | 111010 | 100111 | 0 | 0 | 11011100 | 1100100 | 1000111 |
Color Harmonies of #6B9CFF
Complementary color
Monochromatic Colors of #6B9CFF
Black with #6B9CFF
Text Example
Text Example
White with #6B9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9CFF; }
p { color: rgb(107,156,255); }
H1.HeaderClassName
{
color: #6B9CFF;
}
.AnyTagClassName
{
color: #6B9CFF;
}
</style>
background-color css
<style>
a { background-color: #6B9CFF; }
a { background-color: rgb(107,156,255); }
div.DivClassName
{
background-color: #6B9CFF;
}
.BgClassName
{
background-color: #6B9CFF;
}
</style>
border-color css
<style>
span { border-color: #6B9CFF; }
span { border-color: rgb(107,156,255); }
td.TdClassName
{
border-color: #6B9CFF;
}
.TagClassName
{
border-color: #6B9CFF;
}
</style>