#6B7DFB

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

Shades of Cornflower Blue #6B7DFB

Tints of Cornflower Blue #6B7DFB

Color information

#6B7DFB (or 0x6B7DFB) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7D and FB. RGB value is (107,125,251). Sum of RGB (Red+Green+Blue) = 107+125+251=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B7DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7DFB is #948204. Grayscale: #858585. Windows color (decimal): -9732613 or 16481643. OLE color: 16481643.

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

Color convert

RGB107125251-
CMYK0.570.5000.02
HSL232.5º94.74%70.2%-
HSV(B)232.5º57.37%98.43%-
XYZ30.8124.7694.42-
YUV133.98194.04108.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.15%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 251 (98.44% from 255) = 51.97%
R=22.15%
G=25.88%
B=51.97%

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
Decimal1071252510.570.5000.02232.594.7470.2
Hex6B7DFB393202e85f46
Octal153175373716202350137106
Binary11010111111101111110111110011100100101110100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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