Shades of Cornflower Blue #697FFB
Tints of Cornflower Blue #697FFB
RGB
CMYK
RGB Variations
Color information
#697FFB (or 0x697FFB) is known color: Cornflower Blue. HEX triplet: 69, 7F and FB. RGB value is (105,127,251). Sum of RGB (Red+Green+Blue) = 105+127+251=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #697FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FFB is #968004. Grayscale: #868686. Windows color (decimal): -9863173 or 16482153. OLE color: 16482153.
HSL color Cylindrical-coordinate representation of color #697FFB: hue angle of 230.96º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697FFB is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 127 | 251 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.02 |
| HSL | 230.96º | 0.95% | 0.7% | - |
| HSV(B) | 230.96º | 0.58% | 0.98% | - |
| XYZ | 30.83 | 25.15 | 94.5 | - |
| YUV | 134.56 | 193.71 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 251 | 0.58 | 0.49 | 0 | 0.02 | 230.96 | 0.95 | 0.7 |
| Hex | 69 | 7F | FB | 3A | 31 | 0 | 2 | E7 | 5F | 46 |
| Octal | 151 | 177 | 373 | 72 | 61 | 0 | 2 | 347 | 137 | 106 |
| Binary | 1101001 | 1111111 | 11111011 | 111010 | 110001 | 0 | 10 | 11100111 | 1011111 | 1000110 |
Color Harmonies of #697FFB
Complementary color
Monochromatic Colors of #697FFB
Black with #697FFB
Text Example
Text Example
White with #697FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697FFB; }
p { color: rgb(105,127,251); }
H1.HeaderClassName
{
color: #697FFB;
}
.AnyTagClassName
{
color: #697FFB;
}
</style>
background-color css
<style>
a { background-color: #697FFB; }
a { background-color: rgb(105,127,251); }
div.DivClassName
{
background-color: #697FFB;
}
.BgClassName
{
background-color: #697FFB;
}
</style>
border-color css
<style>
span { border-color: #697FFB; }
span { border-color: rgb(105,127,251); }
td.TdClassName
{
border-color: #697FFB;
}
.TagClassName
{
border-color: #697FFB;
}
</style>