#6A45EE

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

Shades of Neon Blue #6A45EE

Tints of Neon Blue #6A45EE

Color information

#6A45EE (or 0x6A45EE) is unknown color: approx Neon Blue. HEX triplet: 6A, 45 and EE. RGB value is (106,69,238). Sum of RGB (Red+Green+Blue) = 106+69+238=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A45EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A45EE is #95BA11. Grayscale: #626262. Windows color (decimal): -9812498 or 15615338. OLE color: 15615338.

HSL color Cylindrical-coordinate representation of color #6A45EE: hue angle of 253.14º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A45EE is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10669238-
CMYK0.550.7100.07
HSL253.14º83.25%60.2%-
HSV(B)253.14º71.01%93.33%-
XYZ23.513.4982.25-
YUV99.33206.26132.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.67%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 238 (93.36% from 255) = 57.63%
R=25.67%
G=16.71%
B=57.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal106692380.550.7100.07253.1483.2560.2
Hex6A45EE374707fd533c
Octal152105356671070737512374
Binary110101010001011110111011011110001110111111111011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A45EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,69,238); }

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

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

 a { background-color: rgb(106,69,238); }

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

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

 span { border-color: rgb(106,69,238); }

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