Shades of Cornflower Blue #639BFF
Tints of Cornflower Blue #639BFF
RGB
CMYK
RGB Variations
Color information
#639BFF (or 0x639BFF) is known color: Cornflower Blue. HEX triplet: 63, 9B and FF. RGB value is (99,155,255). Sum of RGB (Red+Green+Blue) = 99+155+255=509 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.45% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #639BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639BFF is #9C6400. Grayscale: #959595. Windows color (decimal): -10249217 or 16751459. OLE color: 16751459.
HSL color Cylindrical-coordinate representation of color #639BFF: hue angle of 218.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #639BFF is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 155 | 255 | - |
| CMYK | 0.61 | 0.39 | 0 | 0 |
| HSL | 218.46º | 1% | 0.69% | - |
| HSV(B) | 218.46º | 0.61% | 1% | - |
| XYZ | 34.92 | 33.32 | 99.2 | - |
| YUV | 149.66 | 187.45 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 255 | 0.61 | 0.39 | 0 | 0 | 218.46 | 1 | 0.69 |
| Hex | 63 | 9B | FF | 3D | 27 | 0 | 0 | DA | 64 | 45 |
| Octal | 143 | 233 | 377 | 75 | 47 | 0 | 0 | 332 | 144 | 105 |
| Binary | 1100011 | 10011011 | 11111111 | 111101 | 100111 | 0 | 0 | 11011010 | 1100100 | 1000101 |
Color Harmonies of #639BFF
Complementary color
Monochromatic Colors of #639BFF
Black with #639BFF
Text Example
Text Example
White with #639BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639BFF; }
p { color: rgb(99,155,255); }
H1.HeaderClassName
{
color: #639BFF;
}
.AnyTagClassName
{
color: #639BFF;
}
</style>
background-color css
<style>
a { background-color: #639BFF; }
a { background-color: rgb(99,155,255); }
div.DivClassName
{
background-color: #639BFF;
}
.BgClassName
{
background-color: #639BFF;
}
</style>
border-color css
<style>
span { border-color: #639BFF; }
span { border-color: rgb(99,155,255); }
td.TdClassName
{
border-color: #639BFF;
}
.TagClassName
{
border-color: #639BFF;
}
</style>