Shades of Cornflower Blue #69A3F3
Tints of Cornflower Blue #69A3F3
RGB
CMYK
RGB Variations
Color information
#69A3F3 (or 0x69A3F3) is known color: Cornflower Blue. HEX triplet: 69, A3 and F3. RGB value is (105,163,243). Sum of RGB (Red+Green+Blue) = 105+163+243=511 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.55% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #69A3F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A3F3 is #965C0C. Grayscale: #9A9A9A. Windows color (decimal): -9853965 or 15967081. OLE color: 15967081.
HSL color Cylindrical-coordinate representation of color #69A3F3: hue angle of 214.78º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69A3F3 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 163 | 243 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.05 |
| HSL | 214.78º | 0.85% | 0.68% | - |
| HSV(B) | 214.78º | 0.57% | 0.95% | - |
| XYZ | 35.1 | 35.67 | 89.83 | - |
| YUV | 154.78 | 177.78 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 163 | 243 | 0.57 | 0.33 | 0 | 0.05 | 214.78 | 0.85 | 0.68 |
| Hex | 69 | A3 | F3 | 39 | 21 | 0 | 5 | D7 | 55 | 44 |
| Octal | 151 | 243 | 363 | 71 | 41 | 0 | 5 | 327 | 125 | 104 |
| Binary | 1101001 | 10100011 | 11110011 | 111001 | 100001 | 0 | 101 | 11010111 | 1010101 | 1000100 |
Color Harmonies of #69A3F3
Complementary color
Monochromatic Colors of #69A3F3
Black with #69A3F3
Text Example
Text Example
White with #69A3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A3F3; }
p { color: rgb(105,163,243); }
H1.HeaderClassName
{
color: #69A3F3;
}
.AnyTagClassName
{
color: #69A3F3;
}
</style>
background-color css
<style>
a { background-color: #69A3F3; }
a { background-color: rgb(105,163,243); }
div.DivClassName
{
background-color: #69A3F3;
}
.BgClassName
{
background-color: #69A3F3;
}
</style>
border-color css
<style>
span { border-color: #69A3F3; }
span { border-color: rgb(105,163,243); }
td.TdClassName
{
border-color: #69A3F3;
}
.TagClassName
{
border-color: #69A3F3;
}
</style>