Html Css Color HEX #6B3CFF Neon Blue

📋 copy color: '#6B3CFF'

red 107 ◦ green 60 ◦ blue 255

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

Shades of Neon Blue #6B3CFF

Tints of Neon Blue #6B3CFF

RGB

 RED value IS 107 (42.19% from 255) = 25.36%

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

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

R = 25.36%
G = 14.22%
B = 60.43%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6B3CFF (or 0x6B3CFF) is known color: Neon Blue. HEX triplet: 6B, 3C and FF. RGB value is (107,60,255). Sum of RGB (Red+Green+Blue) = 107+60+255=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B3CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3CFF is #94C300. Grayscale: #5F5F5F. Windows color (decimal): -9749249 or 16727147. OLE color: 16727147.

HSL color Cylindrical-coordinate representation of color #6B3CFF: hue angle of 254.46º 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 #6B3CFF is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 107 60 255 -
CMYK 0.58 0.76 0 0
HSL 254.46º 1% 0.62% -
HSV(B) 254.46º 0.76% 1% -
XYZ 25.73 13.58 95.87 -
YUV 96.28 217.57 135.64 -
System Red Green Blue C M Y K H S L
Decimal 107 60 255 0.58 0.76 0 0 254.46 1 0.62
Hex 6B 3C FF 3A 4C 0 0 FE 64 3E
Octal 153 74 377 72 114 0 0 376 144 76
Binary 1101011 111100 11111111 111010 1001100 0 0 11111110 1100100 111110

Color Harmonies of #6B3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3CFF

Black with #6B3CFF

Text Example


Text Example

White with #6B3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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