Shades of Cornflower Blue #619BFF
Tints of Cornflower Blue #619BFF
RGB
CMYK
RGB Variations
Color information
#619BFF (or 0x619BFF) is known color: Cornflower Blue. HEX triplet: 61, 9B and FF. RGB value is (97,155,255). Sum of RGB (Red+Green+Blue) = 97+155+255=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #619BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619BFF is #9E6400. Grayscale: #949494. Windows color (decimal): -10380289 or 16751457. OLE color: 16751457.
HSL color Cylindrical-coordinate representation of color #619BFF: hue angle of 217.97º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #619BFF is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 155 | 255 | - |
| CMYK | 0.62 | 0.39 | 0 | 0 |
| HSL | 217.97º | 1% | 0.69% | - |
| HSV(B) | 217.97º | 0.62% | 1% | - |
| XYZ | 34.7 | 33.2 | 99.19 | - |
| YUV | 149.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 255 | 0.62 | 0.39 | 0 | 0 | 217.97 | 1 | 0.69 |
| Hex | 61 | 9B | FF | 3E | 27 | 0 | 0 | DA | 64 | 45 |
| Octal | 141 | 233 | 377 | 76 | 47 | 0 | 0 | 332 | 144 | 105 |
| Binary | 1100001 | 10011011 | 11111111 | 111110 | 100111 | 0 | 0 | 11011010 | 1100100 | 1000101 |
Color Harmonies of #619BFF
Complementary color
Monochromatic Colors of #619BFF
Black with #619BFF
Text Example
Text Example
White with #619BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619BFF; }
p { color: rgb(97,155,255); }
H1.HeaderClassName
{
color: #619BFF;
}
.AnyTagClassName
{
color: #619BFF;
}
</style>
background-color css
<style>
a { background-color: #619BFF; }
a { background-color: rgb(97,155,255); }
div.DivClassName
{
background-color: #619BFF;
}
.BgClassName
{
background-color: #619BFF;
}
</style>
border-color css
<style>
span { border-color: #619BFF; }
span { border-color: rgb(97,155,255); }
td.TdClassName
{
border-color: #619BFF;
}
.TagClassName
{
border-color: #619BFF;
}
</style>