Shades of Cornflower Blue #6B81FA
Tints of Cornflower Blue #6B81FA
RGB
CMYK
RGB Variations
Color information
#6B81FA (or 0x6B81FA) is known color: Cornflower Blue. HEX triplet: 6B, 81 and FA. RGB value is (107,129,250). Sum of RGB (Red+Green+Blue) = 107+129+250=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B81FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B81FA is #947E05. Grayscale: #878787. Windows color (decimal): -9731590 or 16417131. OLE color: 16417131.
HSL color Cylindrical-coordinate representation of color #6B81FA: hue angle of 230.77º degrees, saturation: 0.93, 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 #6B81FA is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 129 | 250 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.02 |
| HSL | 230.77º | 0.93% | 0.7% | - |
| HSV(B) | 230.77º | 0.57% | 0.98% | - |
| XYZ | 31.17 | 25.73 | 93.77 | - |
| YUV | 136.22 | 192.21 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 250 | 0.57 | 0.48 | 0 | 0.02 | 230.77 | 0.93 | 0.7 |
| Hex | 6B | 81 | FA | 39 | 30 | 0 | 2 | E7 | 5D | 46 |
| Octal | 153 | 201 | 372 | 71 | 60 | 0 | 2 | 347 | 135 | 106 |
| Binary | 1101011 | 10000001 | 11111010 | 111001 | 110000 | 0 | 10 | 11100111 | 1011101 | 1000110 |
Color Harmonies of #6B81FA
Complementary color
Monochromatic Colors of #6B81FA
Black with #6B81FA
Text Example
Text Example
White with #6B81FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B81FA; }
p { color: rgb(107,129,250); }
H1.HeaderClassName
{
color: #6B81FA;
}
.AnyTagClassName
{
color: #6B81FA;
}
</style>
background-color css
<style>
a { background-color: #6B81FA; }
a { background-color: rgb(107,129,250); }
div.DivClassName
{
background-color: #6B81FA;
}
.BgClassName
{
background-color: #6B81FA;
}
</style>
border-color css
<style>
span { border-color: #6B81FA; }
span { border-color: rgb(107,129,250); }
td.TdClassName
{
border-color: #6B81FA;
}
.TagClassName
{
border-color: #6B81FA;
}
</style>