Shades of Cornflower Blue #647AEE
Tints of Cornflower Blue #647AEE
RGB
CMYK
RGB Variations
Color information
#647AEE (or 0x647AEE) is known color: Cornflower Blue. HEX triplet: 64, 7A and EE. RGB value is (100,122,238). Sum of RGB (Red+Green+Blue) = 100+122+238=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #647AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647AEE is #9B8511. Grayscale: #808080. Windows color (decimal): -10192146 or 15628900. OLE color: 15628900.
HSL color Cylindrical-coordinate representation of color #647AEE: hue angle of 230.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #647AEE is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 122 | 238 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.07 |
| HSL | 230.43º | 0.8% | 0.66% | - |
| HSV(B) | 230.43º | 0.58% | 0.93% | - |
| XYZ | 27.65 | 22.8 | 83.83 | - |
| YUV | 128.65 | 189.71 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 238 | 0.58 | 0.49 | 0 | 0.07 | 230.43 | 0.8 | 0.66 |
| Hex | 64 | 7A | EE | 3A | 31 | 0 | 7 | E6 | 50 | 42 |
| Octal | 144 | 172 | 356 | 72 | 61 | 0 | 7 | 346 | 120 | 102 |
| Binary | 1100100 | 1111010 | 11101110 | 111010 | 110001 | 0 | 111 | 11100110 | 1010000 | 1000010 |
Color Harmonies of #647AEE
Complementary color
Monochromatic Colors of #647AEE
Black with #647AEE
Text Example
Text Example
White with #647AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AEE; }
p { color: rgb(100,122,238); }
H1.HeaderClassName
{
color: #647AEE;
}
.AnyTagClassName
{
color: #647AEE;
}
</style>
background-color css
<style>
a { background-color: #647AEE; }
a { background-color: rgb(100,122,238); }
div.DivClassName
{
background-color: #647AEE;
}
.BgClassName
{
background-color: #647AEE;
}
</style>
border-color css
<style>
span { border-color: #647AEE; }
span { border-color: rgb(100,122,238); }
td.TdClassName
{
border-color: #647AEE;
}
.TagClassName
{
border-color: #647AEE;
}
</style>