Shades of Cornflower Blue #6683DF
Tints of Cornflower Blue #6683DF
RGB
CMYK
RGB Variations
Color information
#6683DF (or 0x6683DF) is known color: Cornflower Blue. HEX triplet: 66, 83 and DF. RGB value is (102,131,223). Sum of RGB (Red+Green+Blue) = 102+131+223=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #6683DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6683DF is #997C20. Grayscale: #848484. Windows color (decimal): -10058785 or 14648166. OLE color: 14648166.
HSL color Cylindrical-coordinate representation of color #6683DF: hue angle of 225.62º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6683DF is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 131 | 223 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.13 |
| HSL | 225.62º | 0.65% | 0.64% | - |
| HSV(B) | 225.62º | 0.54% | 0.87% | - |
| XYZ | 26.92 | 24.39 | 73.1 | - |
| YUV | 132.82 | 178.89 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 223 | 0.54 | 0.41 | 0 | 0.13 | 225.62 | 0.65 | 0.64 |
| Hex | 66 | 83 | DF | 36 | 29 | 0 | D | E2 | 41 | 40 |
| Octal | 146 | 203 | 337 | 66 | 51 | 0 | 15 | 342 | 101 | 100 |
| Binary | 1100110 | 10000011 | 11011111 | 110110 | 101001 | 0 | 1101 | 11100010 | 1000001 | 1000000 |
Color Harmonies of #6683DF
Complementary color
Monochromatic Colors of #6683DF
Black with #6683DF
Text Example
Text Example
White with #6683DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6683DF; }
p { color: rgb(102,131,223); }
H1.HeaderClassName
{
color: #6683DF;
}
.AnyTagClassName
{
color: #6683DF;
}
</style>
background-color css
<style>
a { background-color: #6683DF; }
a { background-color: rgb(102,131,223); }
div.DivClassName
{
background-color: #6683DF;
}
.BgClassName
{
background-color: #6683DF;
}
</style>
border-color css
<style>
span { border-color: #6683DF; }
span { border-color: rgb(102,131,223); }
td.TdClassName
{
border-color: #6683DF;
}
.TagClassName
{
border-color: #6683DF;
}
</style>