#6A3CFF

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

Shades of Neon Blue #6A3CFF

Tints of Neon Blue #6A3CFF

Color information

#6A3CFF (or 0x6A3CFF) is unknown color: approx Neon Blue. HEX triplet: 6A, 3C and FF. RGB value is (106,60,255). Sum of RGB (Red+Green+Blue) = 106+60+255=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A3CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3CFF is #95C300. Grayscale: #5F5F5F. Windows color (decimal): -9814785 or 16727146. OLE color: 16727146.

HSL color Cylindrical-coordinate representation of color #6A3CFF: hue angle of 254.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A3CFF is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10660255-
CMYK0.580.7600
HSL254.15º100%61.76%-
HSV(B)254.15º76.47%100%-
XYZ25.6113.5295.87-
YUV95.98217.74135.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.18%
GREEN value IS 60 (23.83% from 255) = 14.25%
BLUE value IS 255 (100% from 255) = 60.57%
R=25.18%
G=14.25%
B=60.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal106602550.580.7600254.1510061.76
Hex6A3CFF3A4C00fe643e
Octal15274377721140037614476
Binary110101011110011111111111010100110000111111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,60,255); }

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

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

 a { background-color: rgb(106,60,255); }

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

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

 span { border-color: rgb(106,60,255); }

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