Shades of Cornflower Blue #6B7FFD
Tints of Cornflower Blue #6B7FFD
RGB
CMYK
RGB Variations
Color information
#6B7FFD (or 0x6B7FFD) is known color: Cornflower Blue. HEX triplet: 6B, 7F and FD. RGB value is (107,127,253). Sum of RGB (Red+Green+Blue) = 107+127+253=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B7FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7FFD is #948002. Grayscale: #868686. Windows color (decimal): -9732099 or 16613227. OLE color: 16613227.
HSL color Cylindrical-coordinate representation of color #6B7FFD: hue angle of 231.78º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B7FFD is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 127 | 253 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.01 |
| HSL | 231.78º | 0.97% | 0.71% | - |
| HSV(B) | 231.78º | 0.58% | 0.99% | - |
| XYZ | 31.38 | 25.4 | 96.18 | - |
| YUV | 135.38 | 194.37 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 253 | 0.58 | 0.50 | 0 | 0.01 | 231.78 | 0.97 | 0.71 |
| Hex | 6B | 7F | FD | 3A | 32 | 0 | 1 | E8 | 61 | 47 |
| Octal | 153 | 177 | 375 | 72 | 62 | 0 | 1 | 350 | 141 | 107 |
| Binary | 1101011 | 1111111 | 11111101 | 111010 | 110010 | 0 | 1 | 11101000 | 1100001 | 1000111 |
Color Harmonies of #6B7FFD
Complementary color
Monochromatic Colors of #6B7FFD
Black with #6B7FFD
Text Example
Text Example
White with #6B7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FFD; }
p { color: rgb(107,127,253); }
H1.HeaderClassName
{
color: #6B7FFD;
}
.AnyTagClassName
{
color: #6B7FFD;
}
</style>
background-color css
<style>
a { background-color: #6B7FFD; }
a { background-color: rgb(107,127,253); }
div.DivClassName
{
background-color: #6B7FFD;
}
.BgClassName
{
background-color: #6B7FFD;
}
</style>
border-color css
<style>
span { border-color: #6B7FFD; }
span { border-color: rgb(107,127,253); }
td.TdClassName
{
border-color: #6B7FFD;
}
.TagClassName
{
border-color: #6B7FFD;
}
</style>