Html Css Color HEX #6A3CEE Neon Blue

📋 copy color: '#6A3CEE'

red 106 ◦ green 60 ◦ blue 238

#6A3CEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6A3CEE

Tints of Neon Blue #6A3CEE

RGB

 RED value IS 106 (41.8% from 255) = 26.24%

 GREEN value IS 60 (23.83% from 255) = 14.85%

 BLUE value IS 238 (93.36% from 255) = 58.91%

R = 26.24%
G = 14.85%
B = 58.91%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A3CEE (or 0x6A3CEE) is known color: Neon Blue. HEX triplet: 6A, 3C and EE. RGB value is (106,60,238). Sum of RGB (Red+Green+Blue) = 106+60+238=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A3CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3CEE is #95C311. Grayscale: #5D5D5D. Windows color (decimal): -9814802 or 15613034. OLE color: 15613034.

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

Color convert

RGB 106 60 238 -
CMYK 0.55 0.75 0 0.07
HSL 255.51º 0.84% 0.58% -
HSV(B) 255.51º 0.75% 0.93% -
XYZ 22.99 12.47 82.08 -
YUV 94.05 209.24 136.53 -
System Red Green Blue C M Y K H S L
Decimal 106 60 238 0.55 0.75 0 0.07 255.51 0.84 0.58
Hex 6A 3C EE 37 4B 0 7 100 54 3A
Octal 152 74 356 67 113 0 7 400 124 72
Binary 1101010 111100 11101110 110111 1001011 0 111 100000000 1010100 111010

Color Harmonies of #6A3CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3CEE

Black with #6A3CEE

Text Example


Text Example

White with #6A3CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A3CEE;
 }
 .AnyTagClassName
 {
   color: #6A3CEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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