Shades of Cornflower Blue #6C7EFD
Tints of Cornflower Blue #6C7EFD
RGB
CMYK
RGB Variations
Color information
#6C7EFD (or 0x6C7EFD) is known color: Cornflower Blue. HEX triplet: 6C, 7E and FD. RGB value is (108,126,253). Sum of RGB (Red+Green+Blue) = 108+126+253=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 126 (49.61% from 255 or 25.87% 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 #6C7EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7EFD is #938102. Grayscale: #868686. Windows color (decimal): -9666819 or 16612972. OLE color: 16612972.
HSL color Cylindrical-coordinate representation of color #6C7EFD: hue angle of 232.55º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C7EFD is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 126 | 253 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.01 |
| HSL | 232.55º | 0.97% | 0.71% | - |
| HSV(B) | 232.55º | 0.57% | 0.99% | - |
| XYZ | 31.37 | 25.2 | 96.14 | - |
| YUV | 135.1 | 194.54 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 253 | 0.57 | 0.50 | 0 | 0.01 | 232.55 | 0.97 | 0.71 |
| Hex | 6C | 7E | FD | 39 | 32 | 0 | 1 | E9 | 61 | 47 |
| Octal | 154 | 176 | 375 | 71 | 62 | 0 | 1 | 351 | 141 | 107 |
| Binary | 1101100 | 1111110 | 11111101 | 111001 | 110010 | 0 | 1 | 11101001 | 1100001 | 1000111 |
Color Harmonies of #6C7EFD
Complementary color
Monochromatic Colors of #6C7EFD
Black with #6C7EFD
Text Example
Text Example
White with #6C7EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7EFD; }
p { color: rgb(108,126,253); }
H1.HeaderClassName
{
color: #6C7EFD;
}
.AnyTagClassName
{
color: #6C7EFD;
}
</style>
background-color css
<style>
a { background-color: #6C7EFD; }
a { background-color: rgb(108,126,253); }
div.DivClassName
{
background-color: #6C7EFD;
}
.BgClassName
{
background-color: #6C7EFD;
}
</style>
border-color css
<style>
span { border-color: #6C7EFD; }
span { border-color: rgb(108,126,253); }
td.TdClassName
{
border-color: #6C7EFD;
}
.TagClassName
{
border-color: #6C7EFD;
}
</style>