#6B7CF0

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

Shades of Cornflower Blue #6B7CF0

Tints of Cornflower Blue #6B7CF0

Color information

#6B7CF0 (or 0x6B7CF0) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7C and F0. RGB value is (107,124,240). Sum of RGB (Red+Green+Blue) = 107+124+240=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #6B7CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7CF0 is #94830F. Grayscale: #838383. Windows color (decimal): -9732880 or 15760491. OLE color: 15760491.

HSL color Cylindrical-coordinate representation of color #6B7CF0: hue angle of 232.33º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B7CF0 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB107124240-
CMYK0.550.4800.06
HSL232.33º81.6%68.04%-
HSV(B)232.33º55.42%94.12%-
XYZ2923.8385.51-
YUV132.14188.87110.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.72%
GREEN value IS 124 (48.83% from 255) = 26.33%
BLUE value IS 240 (94.14% from 255) = 50.96%
R=22.72%
G=26.33%
B=50.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1071242400.550.4800.06232.3381.668.04
Hex6B7CF0373006e85244
Octal153174360676006350122104
Binary110101111111001111000011011111000001101110100010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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