#6B7BEB

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

Shades of Cornflower Blue #6B7BEB

Tints of Cornflower Blue #6B7BEB

Color information

#6B7BEB (or 0x6B7BEB) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7B and EB. RGB value is (107,123,235). Sum of RGB (Red+Green+Blue) = 107+123+235=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B7BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7BEB is #948414. Grayscale: #828282. Windows color (decimal): -9733141 or 15432555. OLE color: 15432555.

HSL color Cylindrical-coordinate representation of color #6B7BEB: hue angle of 232.5º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B7BEB is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107123235-
CMYK0.540.4800.08
HSL232.5º76.19%67.06%-
HSV(B)232.5º54.47%92.16%-
XYZ28.1423.2981.61-
YUV130.98186.7110.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.01%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 235 (92.19% from 255) = 50.54%
R=23.01%
G=26.45%
B=50.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071232350.540.4800.08232.576.1967.06
Hex6B7BEB363008e84c43
Octal1531733536660010350114103
Binary1101011111101111101011110110110000010001110100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,123,235); }

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

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

 a { background-color: rgb(107,123,235); }

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

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

 span { border-color: rgb(107,123,235); }

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