Shades of Cornflower Blue #6682F3
Tints of Cornflower Blue #6682F3
RGB
CMYK
RGB Variations
Color information
#6682F3 (or 0x6682F3) is known color: Cornflower Blue. HEX triplet: 66, 82 and F3. RGB value is (102,130,243). Sum of RGB (Red+Green+Blue) = 102+130+243=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #6682F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6682F3 is #997D0C. Grayscale: #868686. Windows color (decimal): -10059021 or 15958630. OLE color: 15958630.
HSL color Cylindrical-coordinate representation of color #6682F3: hue angle of 228.09º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6682F3 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 130 | 243 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.05 |
| HSL | 228.09º | 0.85% | 0.68% | - |
| HSV(B) | 228.09º | 0.58% | 0.95% | - |
| XYZ | 29.64 | 25.26 | 88.11 | - |
| YUV | 134.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 243 | 0.58 | 0.47 | 0 | 0.05 | 228.09 | 0.85 | 0.68 |
| Hex | 66 | 82 | F3 | 3A | 2F | 0 | 5 | E4 | 55 | 44 |
| Octal | 146 | 202 | 363 | 72 | 57 | 0 | 5 | 344 | 125 | 104 |
| Binary | 1100110 | 10000010 | 11110011 | 111010 | 101111 | 0 | 101 | 11100100 | 1010101 | 1000100 |
Color Harmonies of #6682F3
Complementary color
Monochromatic Colors of #6682F3
Black with #6682F3
Text Example
Text Example
White with #6682F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6682F3; }
p { color: rgb(102,130,243); }
H1.HeaderClassName
{
color: #6682F3;
}
.AnyTagClassName
{
color: #6682F3;
}
</style>
background-color css
<style>
a { background-color: #6682F3; }
a { background-color: rgb(102,130,243); }
div.DivClassName
{
background-color: #6682F3;
}
.BgClassName
{
background-color: #6682F3;
}
</style>
border-color css
<style>
span { border-color: #6682F3; }
span { border-color: rgb(102,130,243); }
td.TdClassName
{
border-color: #6682F3;
}
.TagClassName
{
border-color: #6682F3;
}
</style>