Shades of Cornflower Blue #678AFB
Tints of Cornflower Blue #678AFB
RGB
CMYK
RGB Variations
Color information
#678AFB (or 0x678AFB) is known color: Cornflower Blue. HEX triplet: 67, 8A and FB. RGB value is (103,138,251). Sum of RGB (Red+Green+Blue) = 103+138+251=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #678AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #678AFB is #987504. Grayscale: #8B8B8B. Windows color (decimal): -9991429 or 16484967. OLE color: 16484967.
HSL color Cylindrical-coordinate representation of color #678AFB: hue angle of 225.81º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #678AFB is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 138 | 251 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.02 |
| HSL | 225.81º | 0.95% | 0.69% | - |
| HSV(B) | 225.81º | 0.59% | 0.98% | - |
| XYZ | 32.09 | 28.03 | 94.98 | - |
| YUV | 140.42 | 190.4 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 251 | 0.59 | 0.45 | 0 | 0.02 | 225.81 | 0.95 | 0.69 |
| Hex | 67 | 8A | FB | 3B | 2D | 0 | 2 | E2 | 5F | 45 |
| Octal | 147 | 212 | 373 | 73 | 55 | 0 | 2 | 342 | 137 | 105 |
| Binary | 1100111 | 10001010 | 11111011 | 111011 | 101101 | 0 | 10 | 11100010 | 1011111 | 1000101 |
Color Harmonies of #678AFB
Complementary color
Monochromatic Colors of #678AFB
Black with #678AFB
Text Example
Text Example
White with #678AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678AFB; }
p { color: rgb(103,138,251); }
H1.HeaderClassName
{
color: #678AFB;
}
.AnyTagClassName
{
color: #678AFB;
}
</style>
background-color css
<style>
a { background-color: #678AFB; }
a { background-color: rgb(103,138,251); }
div.DivClassName
{
background-color: #678AFB;
}
.BgClassName
{
background-color: #678AFB;
}
</style>
border-color css
<style>
span { border-color: #678AFB; }
span { border-color: rgb(103,138,251); }
td.TdClassName
{
border-color: #678AFB;
}
.TagClassName
{
border-color: #678AFB;
}
</style>