#6B7CF4

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

Shades of Cornflower Blue #6B7CF4

Tints of Cornflower Blue #6B7CF4

Color information

#6B7CF4 (or 0x6B7CF4) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7C and F4. RGB value is (107,124,244). Sum of RGB (Red+Green+Blue) = 107+124+244=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 244 (95.70% from 255 or 51.37% from 475); Max value from RGB is 244 - color contains mainly: blue. Hex color #6B7CF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7CF4 is #94830B. Grayscale: #848484. Windows color (decimal): -9732876 or 16022635. OLE color: 16022635.

HSL color Cylindrical-coordinate representation of color #6B7CF4: hue angle of 232.55º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B7CF4 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB107124244-
CMYK0.560.4900.04
HSL232.55º86.16%68.82%-
HSV(B)232.55º56.15%95.69%-
XYZ29.624.0788.67-
YUV132.6190.87109.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.53%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 244 (95.70% from 255) = 51.37%
R=22.53%
G=26.11%
B=51.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1071242440.560.4900.04232.5586.1668.82
Hex6B7CF4383104e95645
Octal153174364706104351126105
Binary110101111111001111010011100011000101001110100110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,124,244); }

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

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

 a { background-color: rgb(107,124,244); }

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

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

 span { border-color: rgb(107,124,244); }

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