Shades of Cornflower Blue #699CDF
Tints of Cornflower Blue #699CDF
RGB
CMYK
RGB Variations
Color information
#699CDF (or 0x699CDF) is known color: Cornflower Blue. HEX triplet: 69, 9C and DF. RGB value is (105,156,223). Sum of RGB (Red+Green+Blue) = 105+156+223=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #699CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CDF is #966320. Grayscale: #949494. Windows color (decimal): -9855777 or 14654569. OLE color: 14654569.
HSL color Cylindrical-coordinate representation of color #699CDF: hue angle of 214.07º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699CDF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 156 | 223 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.13 |
| HSL | 214.07º | 0.65% | 0.64% | - |
| HSV(B) | 214.07º | 0.53% | 0.87% | - |
| XYZ | 31.03 | 32.11 | 74.37 | - |
| YUV | 148.39 | 170.1 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 223 | 0.53 | 0.30 | 0 | 0.13 | 214.07 | 0.65 | 0.64 |
| Hex | 69 | 9C | DF | 35 | 1E | 0 | D | D6 | 41 | 40 |
| Octal | 151 | 234 | 337 | 65 | 36 | 0 | 15 | 326 | 101 | 100 |
| Binary | 1101001 | 10011100 | 11011111 | 110101 | 11110 | 0 | 1101 | 11010110 | 1000001 | 1000000 |
Color Harmonies of #699CDF
Complementary color
Monochromatic Colors of #699CDF
Black with #699CDF
Text Example
Text Example
White with #699CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CDF; }
p { color: rgb(105,156,223); }
H1.HeaderClassName
{
color: #699CDF;
}
.AnyTagClassName
{
color: #699CDF;
}
</style>
background-color css
<style>
a { background-color: #699CDF; }
a { background-color: rgb(105,156,223); }
div.DivClassName
{
background-color: #699CDF;
}
.BgClassName
{
background-color: #699CDF;
}
</style>
border-color css
<style>
span { border-color: #699CDF; }
span { border-color: rgb(105,156,223); }
td.TdClassName
{
border-color: #699CDF;
}
.TagClassName
{
border-color: #699CDF;
}
</style>