#6B7FF6

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

Shades of Cornflower Blue #6B7FF6

Tints of Cornflower Blue #6B7FF6

Color information

#6B7FF6 (or 0x6B7FF6) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7F and F6. RGB value is (107,127,246). Sum of RGB (Red+Green+Blue) = 107+127+246=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #6B7FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7FF6 is #948009. Grayscale: #868686. Windows color (decimal): -9732106 or 16154475. OLE color: 16154475.

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

Color convert

RGB107127246-
CMYK0.570.4800.04
HSL231.37º88.54%69.22%-
HSV(B)231.37º56.5%96.47%-
XYZ30.2924.9690.41-
YUV134.59190.87108.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.29%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 246 (96.48% from 255) = 51.25%
R=22.29%
G=26.46%
B=51.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1071272460.570.4800.04231.3788.5469.22
Hex6B7FF6393004e75945
Octal153177366716004347131105
Binary110101111111111111011011100111000001001110011110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,127,246); }

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

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

 a { background-color: rgb(107,127,246); }

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

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

 span { border-color: rgb(107,127,246); }

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