#6A7BE4

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

Shades of Cornflower Blue #6A7BE4

Tints of Cornflower Blue #6A7BE4

Color information

#6A7BE4 (or 0x6A7BE4) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 7B and E4. RGB value is (106,123,228). Sum of RGB (Red+Green+Blue) = 106+123+228=457 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.19% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #6A7BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7BE4 is #95841B. Grayscale: #818181. Windows color (decimal): -9798684 or 14973802. OLE color: 14973802.

HSL color Cylindrical-coordinate representation of color #6A7BE4: hue angle of 231.64º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A7BE4 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB106123228-
CMYK0.540.4600.11
HSL231.64º69.32%65.49%-
HSV(B)231.64º53.51%89.41%-
XYZ27.0322.8376.38-
YUV129.89183.37110.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.19%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 228 (89.45% from 255) = 49.89%
R=23.19%
G=26.91%
B=49.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1061232280.540.4600.11231.6469.3265.49
Hex6A7BE4362E0Be84541
Octal1521733446656013350105101
Binary1101010111101111100100110110101110010111110100010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,123,228); }

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

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

 a { background-color: rgb(106,123,228); }

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

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

 span { border-color: rgb(106,123,228); }

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