#6C7FFA

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

Shades of Cornflower Blue #6C7FFA

Tints of Cornflower Blue #6C7FFA

Color information

#6C7FFA (or 0x6C7FFA) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 7F and FA. RGB value is (108,127,250). Sum of RGB (Red+Green+Blue) = 108+127+250=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C7FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7FFA is #938005. Grayscale: #868686. Windows color (decimal): -9666566 or 16416620. OLE color: 16416620.

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

Color convert

RGB108127250-
CMYK0.570.4900.02
HSL231.97º93.42%70.2%-
HSV(B)231.97º56.8%98.04%-
XYZ31.0325.2793.68-
YUV135.34192.71108.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.27%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 250 (98.05% from 255) = 51.55%
R=22.27%
G=26.19%
B=51.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081272500.570.4900.02231.9793.4270.2
Hex6C7FFA393102e85d46
Octal154177372716102350135106
Binary11011001111111111110101110011100010101110100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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