Shades of Cornflower Blue #6682F6
Tints of Cornflower Blue #6682F6
RGB
CMYK
RGB Variations
Color information
#6682F6 (or 0x6682F6) is known color: Cornflower Blue. HEX triplet: 66, 82 and F6. RGB value is (102,130,246). Sum of RGB (Red+Green+Blue) = 102+130+246=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 246 (96.48% from 255 or 51.46% from 478); Max value from RGB is 246 - color contains mainly: blue. Hex color #6682F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6682F6 is #997D09. Grayscale: #868686. Windows color (decimal): -10059018 or 16155238. OLE color: 16155238.
HSL color Cylindrical-coordinate representation of color #6682F6: hue angle of 228.33º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6682F6 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 130 | 246 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.04 |
| HSL | 228.33º | 0.89% | 0.68% | - |
| HSV(B) | 228.33º | 0.59% | 0.96% | - |
| XYZ | 30.1 | 25.44 | 90.51 | - |
| YUV | 134.85 | 190.72 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 246 | 0.59 | 0.47 | 0 | 0.04 | 228.33 | 0.89 | 0.68 |
| Hex | 66 | 82 | F6 | 3B | 2F | 0 | 4 | E4 | 59 | 44 |
| Octal | 146 | 202 | 366 | 73 | 57 | 0 | 4 | 344 | 131 | 104 |
| Binary | 1100110 | 10000010 | 11110110 | 111011 | 101111 | 0 | 100 | 11100100 | 1011001 | 1000100 |
Color Harmonies of #6682F6
Complementary color
Monochromatic Colors of #6682F6
Black with #6682F6
Text Example
Text Example
White with #6682F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6682F6; }
p { color: rgb(102,130,246); }
H1.HeaderClassName
{
color: #6682F6;
}
.AnyTagClassName
{
color: #6682F6;
}
</style>
background-color css
<style>
a { background-color: #6682F6; }
a { background-color: rgb(102,130,246); }
div.DivClassName
{
background-color: #6682F6;
}
.BgClassName
{
background-color: #6682F6;
}
</style>
border-color css
<style>
span { border-color: #6682F6; }
span { border-color: rgb(102,130,246); }
td.TdClassName
{
border-color: #6682F6;
}
.TagClassName
{
border-color: #6682F6;
}
</style>