Shades of Cornflower Blue #6C9AF1
Tints of Cornflower Blue #6C9AF1
RGB
CMYK
RGB Variations
Color information
#6C9AF1 (or 0x6C9AF1) is known color: Cornflower Blue. HEX triplet: 6C, 9A and F1. RGB value is (108,154,241). Sum of RGB (Red+Green+Blue) = 108+154+241=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C9AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9AF1 is #93650E. Grayscale: #959595. Windows color (decimal): -9659663 or 15833708. OLE color: 15833708.
HSL color Cylindrical-coordinate representation of color #6C9AF1: hue angle of 219.25º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C9AF1 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 154 | 241 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.05 |
| HSL | 219.25º | 0.83% | 0.68% | - |
| HSV(B) | 219.25º | 0.55% | 0.95% | - |
| XYZ | 33.62 | 32.65 | 87.75 | - |
| YUV | 150.16 | 179.26 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 154 | 241 | 0.55 | 0.36 | 0 | 0.05 | 219.25 | 0.83 | 0.68 |
| Hex | 6C | 9A | F1 | 37 | 24 | 0 | 5 | DB | 53 | 44 |
| Octal | 154 | 232 | 361 | 67 | 44 | 0 | 5 | 333 | 123 | 104 |
| Binary | 1101100 | 10011010 | 11110001 | 110111 | 100100 | 0 | 101 | 11011011 | 1010011 | 1000100 |
Color Harmonies of #6C9AF1
Complementary color
Monochromatic Colors of #6C9AF1
Black with #6C9AF1
Text Example
Text Example
White with #6C9AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9AF1; }
p { color: rgb(108,154,241); }
H1.HeaderClassName
{
color: #6C9AF1;
}
.AnyTagClassName
{
color: #6C9AF1;
}
</style>
background-color css
<style>
a { background-color: #6C9AF1; }
a { background-color: rgb(108,154,241); }
div.DivClassName
{
background-color: #6C9AF1;
}
.BgClassName
{
background-color: #6C9AF1;
}
</style>
border-color css
<style>
span { border-color: #6C9AF1; }
span { border-color: rgb(108,154,241); }
td.TdClassName
{
border-color: #6C9AF1;
}
.TagClassName
{
border-color: #6C9AF1;
}
</style>