Html Css Color HEX #6A3EEE Neon Blue

📋 copy color: '#6A3EEE'

red 106 ◦ green 62 ◦ blue 238

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

Shades of Neon Blue #6A3EEE

Tints of Neon Blue #6A3EEE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.27%

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

R = 26.11%
G = 15.27%
B = 58.62%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A3EEE (or 0x6A3EEE) is known color: Neon Blue. HEX triplet: 6A, 3E and EE. RGB value is (106,62,238). Sum of RGB (Red+Green+Blue) = 106+62+238=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A3EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3EEE is #95C111. Grayscale: #5E5E5E. Windows color (decimal): -9814290 or 15613546. OLE color: 15613546.

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

Color convert

RGB 106 62 238 -
CMYK 0.55 0.74 0 0.07
HSL 255º 0.84% 0.59% -
HSV(B) 255º 0.74% 0.93% -
XYZ 23.1 12.68 82.12 -
YUV 95.22 208.58 135.69 -
System Red Green Blue C M Y K H S L
Decimal 106 62 238 0.55 0.74 0 0.07 255 0.84 0.59
Hex 6A 3E EE 37 4A 0 7 FF 54 3B
Octal 152 76 356 67 112 0 7 377 124 73
Binary 1101010 111110 11101110 110111 1001010 0 111 11111111 1010100 111011

Color Harmonies of #6A3EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3EEE

Black with #6A3EEE

Text Example


Text Example

White with #6A3EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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