Shades of Cornflower Blue #637ADC
Tints of Cornflower Blue #637ADC
RGB
CMYK
RGB Variations
Color information
#637ADC (or 0x637ADC) is known color: Cornflower Blue. HEX triplet: 63, 7A and DC. RGB value is (99,122,220). Sum of RGB (Red+Green+Blue) = 99+122+220=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #637ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637ADC is #9C8523. Grayscale: #7D7D7D. Windows color (decimal): -10257700 or 14449251. OLE color: 14449251.
HSL color Cylindrical-coordinate representation of color #637ADC: hue angle of 228.6º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #637ADC is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 122 | 220 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.14 |
| HSL | 228.6º | 0.63% | 0.63% | - |
| HSV(B) | 228.6º | 0.55% | 0.86% | - |
| XYZ | 25.02 | 21.74 | 70.59 | - |
| YUV | 126.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 220 | 0.55 | 0.45 | 0 | 0.14 | 228.6 | 0.63 | 0.63 |
| Hex | 63 | 7A | DC | 37 | 2D | 0 | E | E5 | 3F | 3F |
| Octal | 143 | 172 | 334 | 67 | 55 | 0 | 16 | 345 | 77 | 77 |
| Binary | 1100011 | 1111010 | 11011100 | 110111 | 101101 | 0 | 1110 | 11100101 | 111111 | 111111 |
Color Harmonies of #637ADC
Complementary color
Monochromatic Colors of #637ADC
Black with #637ADC
Text Example
Text Example
White with #637ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637ADC; }
p { color: rgb(99,122,220); }
H1.HeaderClassName
{
color: #637ADC;
}
.AnyTagClassName
{
color: #637ADC;
}
</style>
background-color css
<style>
a { background-color: #637ADC; }
a { background-color: rgb(99,122,220); }
div.DivClassName
{
background-color: #637ADC;
}
.BgClassName
{
background-color: #637ADC;
}
</style>
border-color css
<style>
span { border-color: #637ADC; }
span { border-color: rgb(99,122,220); }
td.TdClassName
{
border-color: #637ADC;
}
.TagClassName
{
border-color: #637ADC;
}
</style>