Shades of Cornflower Blue #667DF0
Tints of Cornflower Blue #667DF0
RGB
CMYK
RGB Variations
Color information
#667DF0 (or 0x667DF0) is known color: Cornflower Blue. HEX triplet: 66, 7D and F0. RGB value is (102,125,240). Sum of RGB (Red+Green+Blue) = 102+125+240=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #667DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #667DF0 is #99820F. Grayscale: #828282. Windows color (decimal): -10060304 or 15760742. OLE color: 15760742.
HSL color Cylindrical-coordinate representation of color #667DF0: hue angle of 230º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #667DF0 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 125 | 240 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.06 |
| HSL | 230º | 0.82% | 0.67% | - |
| HSV(B) | 230º | 0.58% | 0.94% | - |
| XYZ | 28.54 | 23.78 | 85.52 | - |
| YUV | 131.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 240 | 0.58 | 0.48 | 0 | 0.06 | 230 | 0.82 | 0.67 |
| Hex | 66 | 7D | F0 | 3A | 30 | 0 | 6 | E6 | 52 | 43 |
| Octal | 146 | 175 | 360 | 72 | 60 | 0 | 6 | 346 | 122 | 103 |
| Binary | 1100110 | 1111101 | 11110000 | 111010 | 110000 | 0 | 110 | 11100110 | 1010010 | 1000011 |
Color Harmonies of #667DF0
Complementary color
Monochromatic Colors of #667DF0
Black with #667DF0
Text Example
Text Example
White with #667DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DF0; }
p { color: rgb(102,125,240); }
H1.HeaderClassName
{
color: #667DF0;
}
.AnyTagClassName
{
color: #667DF0;
}
</style>
background-color css
<style>
a { background-color: #667DF0; }
a { background-color: rgb(102,125,240); }
div.DivClassName
{
background-color: #667DF0;
}
.BgClassName
{
background-color: #667DF0;
}
</style>
border-color css
<style>
span { border-color: #667DF0; }
span { border-color: rgb(102,125,240); }
td.TdClassName
{
border-color: #667DF0;
}
.TagClassName
{
border-color: #667DF0;
}
</style>