#6B7DE5

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

Shades of Cornflower Blue #6B7DE5

Tints of Cornflower Blue #6B7DE5

Color information

#6B7DE5 (or 0x6B7DE5) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7D and E5. RGB value is (107,125,229). Sum of RGB (Red+Green+Blue) = 107+125+229=461 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.21% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #6B7DE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7DE5 is #94821A. Grayscale: #838383. Windows color (decimal): -9732635 or 15039851. OLE color: 15039851.

HSL color Cylindrical-coordinate representation of color #6B7DE5: hue angle of 231.15º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B7DE5 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB107125229-
CMYK0.530.4500.10
HSL231.15º70.11%65.88%-
HSV(B)231.15º53.28%89.8%-
XYZ27.5423.4577.2-
YUV131.47183.04110.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.21%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 229 (89.84% from 255) = 49.67%
R=23.21%
G=27.11%
B=49.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1071252290.530.4500.10231.1570.1165.88
Hex6B7DE5352D0Ae74642
Octal1531753456555012347106102
Binary1101011111110111100101110101101101010101110011110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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