Shades of Cornflower Blue #6799FA
Tints of Cornflower Blue #6799FA
RGB
CMYK
RGB Variations
Color information
#6799FA (or 0x6799FA) is known color: Cornflower Blue. HEX triplet: 67, 99 and FA. RGB value is (103,153,250). Sum of RGB (Red+Green+Blue) = 103+153+250=506 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.36% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #6799FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6799FA is #986605. Grayscale: #949494. Windows color (decimal): -9987590 or 16423271. OLE color: 16423271.
HSL color Cylindrical-coordinate representation of color #6799FA: hue angle of 219.59º degrees, saturation: 0.94, 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 #6799FA is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 153 | 250 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.02 |
| HSL | 219.59º | 0.94% | 0.69% | - |
| HSV(B) | 219.59º | 0.59% | 0.98% | - |
| XYZ | 34.24 | 32.57 | 94.92 | - |
| YUV | 149.11 | 184.94 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 250 | 0.59 | 0.39 | 0 | 0.02 | 219.59 | 0.94 | 0.69 |
| Hex | 67 | 99 | FA | 3B | 27 | 0 | 2 | DC | 5E | 45 |
| Octal | 147 | 231 | 372 | 73 | 47 | 0 | 2 | 334 | 136 | 105 |
| Binary | 1100111 | 10011001 | 11111010 | 111011 | 100111 | 0 | 10 | 11011100 | 1011110 | 1000101 |
Color Harmonies of #6799FA
Complementary color
Monochromatic Colors of #6799FA
Black with #6799FA
Text Example
Text Example
White with #6799FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6799FA; }
p { color: rgb(103,153,250); }
H1.HeaderClassName
{
color: #6799FA;
}
.AnyTagClassName
{
color: #6799FA;
}
</style>
background-color css
<style>
a { background-color: #6799FA; }
a { background-color: rgb(103,153,250); }
div.DivClassName
{
background-color: #6799FA;
}
.BgClassName
{
background-color: #6799FA;
}
</style>
border-color css
<style>
span { border-color: #6799FA; }
span { border-color: rgb(103,153,250); }
td.TdClassName
{
border-color: #6799FA;
}
.TagClassName
{
border-color: #6799FA;
}
</style>