Shades of Cornflower Blue #6B7FF3
Tints of Cornflower Blue #6B7FF3
RGB
CMYK
RGB Variations
Color information
#6B7FF3 (or 0x6B7FF3) is known color: Cornflower Blue. HEX triplet: 6B, 7F and F3. RGB value is (107,127,243). Sum of RGB (Red+Green+Blue) = 107+127+243=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #6B7FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7FF3 is #94800C. Grayscale: #858585. Windows color (decimal): -9732109 or 15957867. OLE color: 15957867.
HSL color Cylindrical-coordinate representation of color #6B7FF3: hue angle of 231.18º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B7FF3 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 107 | 127 | 243 | - |
CMYK | 0.56 | 0.48 | 0 | 0.05 |
HSL | 231.18º | 0.85% | 0.69% | - |
HSV(B) | 231.18º | 0.56% | 0.95% | - |
XYZ | 29.83 | 24.78 | 88 | - |
YUV | 134.24 | 189.37 | 108.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 127 | 243 | 0.56 | 0.48 | 0 | 0.05 | 231.18 | 0.85 | 0.69 |
Hex | 6B | 7F | F3 | 38 | 30 | 0 | 5 | E7 | 55 | 45 |
Octal | 153 | 177 | 363 | 70 | 60 | 0 | 5 | 347 | 125 | 105 |
Binary | 1101011 | 1111111 | 11110011 | 111000 | 110000 | 0 | 101 | 11100111 | 1010101 | 1000101 |
Color Harmonies of #6B7FF3
Complementary color
Monochromatic Colors of #6B7FF3
Black with #6B7FF3
Text Example
Text Example
White with #6B7FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FF3; }
p { color: rgb(107,127,243); }
H1.HeaderClassName
{
color: #6B7FF3;
}
.AnyTagClassName
{
color: #6B7FF3;
}
</style>
background-color css
<style>
a { background-color: #6B7FF3; }
a { background-color: rgb(107,127,243); }
div.DivClassName
{
background-color: #6B7FF3;
}
.BgClassName
{
background-color: #6B7FF3;
}
</style>
border-color css
<style>
span { border-color: #6B7FF3; }
span { border-color: rgb(107,127,243); }
td.TdClassName
{
border-color: #6B7FF3;
}
.TagClassName
{
border-color: #6B7FF3;
}
</style>