#6B7EFB

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

Shades of Cornflower Blue #6B7EFB

Tints of Cornflower Blue #6B7EFB

Color information

#6B7EFB (or 0x6B7EFB) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7E and FB. RGB value is (107,126,251). Sum of RGB (Red+Green+Blue) = 107+126+251=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B7EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7EFB is #948104. Grayscale: #868686. Windows color (decimal): -9732357 or 16481899. OLE color: 16481899.

HSL color Cylindrical-coordinate representation of color #6B7EFB: hue angle of 232.08º degrees, saturation: 0.95, 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 #6B7EFB is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB107126251-
CMYK0.570.5000.02
HSL232.08º94.74%70.2%-
HSV(B)232.08º57.37%98.43%-
XYZ30.9425.0194.46-
YUV134.57193.71108.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.11%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 251 (98.44% from 255) = 51.86%
R=22.11%
G=26.03%
B=51.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1071262510.570.5000.02232.0894.7470.2
Hex6B7EFB393202e85f46
Octal153176373716202350137106
Binary11010111111110111110111110011100100101110100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,126,251); }

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

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

 a { background-color: rgb(107,126,251); }

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

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

 span { border-color: rgb(107,126,251); }

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