#6E7FFA

Color #6E7FFA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6E7FFA

Tints of Cornflower Blue #6E7FFA

Color information

#6E7FFA (or 0x6E7FFA) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 7F and FA. RGB value is (110,127,250). Sum of RGB (Red+Green+Blue) = 110+127+250=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E7FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7FFA is #918005. Grayscale: #878787. Windows color (decimal): -9535494 or 16416622. OLE color: 16416622.

HSL color Cylindrical-coordinate representation of color #6E7FFA: hue angle of 232.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E7FFA is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB110127250-
CMYK0.560.4900.02
HSL232.71º93.33%70.59%-
HSV(B)232.71º56%98.04%-
XYZ31.2825.493.7-
YUV135.94192.37109.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 22.59%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 250 (98.05% from 255) = 51.33%
R=22.59%
G=26.08%
B=51.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1101272500.560.4900.02232.7193.3370.59
Hex6E7FFA383102e95d47
Octal156177372706102351135107
Binary11011101111111111110101110001100010101110100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E7FFA; }

 p { color: rgb(110,127,250); }

 H1.HeaderClassName
 {
   color: #6E7FFA;
 }
 .AnyTagClassName
 {
   color: #6E7FFA;
 }
</style>
background-color css

<style>
 a { background-color: #6E7FFA; }

 a { background-color: rgb(110,127,250); }

 div.DivClassName
 {
   background-color: #6E7FFA;
 }
 .BgClassName
 {
   background-color: #6E7FFA;
 }
</style>
border-color css

<style>
 span { border-color: #6E7FFA; }

 span { border-color: rgb(110,127,250); }

 td.TdClassName
 {
   border-color: #6E7FFA;
 }
 .TagClassName
 {
   border-color: #6E7FFA;
 }
</style>