Html Css Color HEX #6D3EFA Neon Blue

📋 copy color: '#6D3EFA'

red 109 ◦ green 62 ◦ blue 250

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

Shades of Neon Blue #6D3EFA

Tints of Neon Blue #6D3EFA

RGB

 RED value IS 109 (42.97% from 255) = 25.89%

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

 BLUE value IS 250 (98.05% from 255) = 59.38%

R = 25.89%
G = 14.73%
B = 59.38%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D3EFA (or 0x6D3EFA) is known color: Neon Blue. HEX triplet: 6D, 3E and FA. RGB value is (109,62,250). Sum of RGB (Red+Green+Blue) = 109+62+250=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D3EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3EFA is #92C105. Grayscale: #606060. Windows color (decimal): -9617670 or 16399981. OLE color: 16399981.

HSL color Cylindrical-coordinate representation of color #6D3EFA: hue angle of 255º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D3EFA is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 62 250 -
CMYK 0.56 0.75 0 0.02
HSL 255º 0.95% 0.61% -
HSV(B) 255º 0.75% 0.98% -
XYZ 25.28 13.6 91.73 -
YUV 97.49 214.07 136.21 -
System Red Green Blue C M Y K H S L
Decimal 109 62 250 0.56 0.75 0 0.02 255 0.95 0.61
Hex 6D 3E FA 38 4B 0 2 FF 5F 3D
Octal 155 76 372 70 113 0 2 377 137 75
Binary 1101101 111110 11111010 111000 1001011 0 10 11111111 1011111 111101

Color Harmonies of #6D3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3EFA

Black with #6D3EFA

Text Example


Text Example

White with #6D3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,62,250); }

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

background-color css

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

 a { background-color: rgb(109,62,250); }

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

border-color css

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

 span { border-color: rgb(109,62,250); }

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