Html Css Color HEX #6D3BFF Neon Blue

📋 copy color: '#6D3BFF'

red 109 ◦ green 59 ◦ blue 255

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

Shades of Neon Blue #6D3BFF

Tints of Neon Blue #6D3BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.95%

 BLUE value IS 255 (100% from 255) = 60.28%

R = 25.77%
G = 13.95%
B = 60.28%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D3BFF (or 0x6D3BFF) is known color: Neon Blue. HEX triplet: 6D, 3B and FF. RGB value is (109,59,255). Sum of RGB (Red+Green+Blue) = 109+59+255=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D3BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3BFF is #92C400. Grayscale: #5F5F5F. Windows color (decimal): -9618433 or 16726893. OLE color: 16726893.

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

Color convert

RGB 109 59 255 -
CMYK 0.57 0.77 0 0
HSL 255.31º 1% 0.62% -
HSV(B) 255.31º 0.77% 1% -
XYZ 25.92 13.6 95.87 -
YUV 96.29 217.57 137.06 -
System Red Green Blue C M Y K H S L
Decimal 109 59 255 0.57 0.77 0 0 255.31 1 0.62
Hex 6D 3B FF 39 4D 0 0 FF 64 3E
Octal 155 73 377 71 115 0 0 377 144 76
Binary 1101101 111011 11111111 111001 1001101 0 0 11111111 1100100 111110

Color Harmonies of #6D3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3BFF

Black with #6D3BFF

Text Example


Text Example

White with #6D3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,59,255); }

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

background-color css

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

 a { background-color: rgb(109,59,255); }

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

border-color css

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

 span { border-color: rgb(109,59,255); }

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