Shades of Cornflower Blue #637AF5
Tints of Cornflower Blue #637AF5
RGB
CMYK
RGB Variations
Color information
#637AF5 (or 0x637AF5) is known color: Cornflower Blue. HEX triplet: 63, 7A and F5. RGB value is (99,122,245). Sum of RGB (Red+Green+Blue) = 99+122+245=466 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.24% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #637AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #637AF5 is #9C850A. Grayscale: #808080. Windows color (decimal): -10257675 or 16087651. OLE color: 16087651.
HSL color Cylindrical-coordinate representation of color #637AF5: hue angle of 230.55º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #637AF5 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 122 | 245 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.04 |
| HSL | 230.55º | 0.88% | 0.67% | - |
| HSV(B) | 230.55º | 0.6% | 0.96% | - |
| XYZ | 28.59 | 23.16 | 89.35 | - |
| YUV | 129.15 | 193.38 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 245 | 0.60 | 0.50 | 0 | 0.04 | 230.55 | 0.88 | 0.67 |
| Hex | 63 | 7A | F5 | 3C | 32 | 0 | 4 | E7 | 58 | 43 |
| Octal | 143 | 172 | 365 | 74 | 62 | 0 | 4 | 347 | 130 | 103 |
| Binary | 1100011 | 1111010 | 11110101 | 111100 | 110010 | 0 | 100 | 11100111 | 1011000 | 1000011 |
Color Harmonies of #637AF5
Complementary color
Monochromatic Colors of #637AF5
Black with #637AF5
Text Example
Text Example
White with #637AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637AF5; }
p { color: rgb(99,122,245); }
H1.HeaderClassName
{
color: #637AF5;
}
.AnyTagClassName
{
color: #637AF5;
}
</style>
background-color css
<style>
a { background-color: #637AF5; }
a { background-color: rgb(99,122,245); }
div.DivClassName
{
background-color: #637AF5;
}
.BgClassName
{
background-color: #637AF5;
}
</style>
border-color css
<style>
span { border-color: #637AF5; }
span { border-color: rgb(99,122,245); }
td.TdClassName
{
border-color: #637AF5;
}
.TagClassName
{
border-color: #637AF5;
}
</style>