Html Css Color HEX #6150EE Neon Blue

📋 copy color: '#6150EE'

red 97 ◦ green 80 ◦ blue 238

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

Shades of Neon Blue #6150EE

Tints of Neon Blue #6150EE

RGB

 RED value IS 97 (38.28% from 255) = 23.37%

 GREEN value IS 80 (31.64% from 255) = 19.28%

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

R = 23.37%
G = 19.28%
B = 57.35%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6150EE (or 0x6150EE) is known color: Neon Blue. HEX triplet: 61, 50 and EE. RGB value is (97,80,238). Sum of RGB (Red+Green+Blue) = 97+80+238=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #6150EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6150EE is #9EAF11. Grayscale: #666666. Windows color (decimal): -10399506 or 15618145. OLE color: 15618145.

HSL color Cylindrical-coordinate representation of color #6150EE: hue angle of 246.46º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6150EE is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 80 238 -
CMYK 0.59 0.66 0 0.07
HSL 246.46º 0.82% 0.62% -
HSV(B) 246.46º 0.66% 0.93% -
XYZ 23.23 14.45 82.45 -
YUV 103.1 204.13 123.65 -
System Red Green Blue C M Y K H S L
Decimal 97 80 238 0.59 0.66 0 0.07 246.46 0.82 0.62
Hex 61 50 EE 3B 42 0 7 F6 52 3E
Octal 141 120 356 73 102 0 7 366 122 76
Binary 1100001 1010000 11101110 111011 1000010 0 111 11110110 1010010 111110

Color Harmonies of #6150EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6150EE

Black with #6150EE

Text Example


Text Example

White with #6150EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6150EE; }

 p { color: rgb(97,80,238); }

 H1.HeaderClassName
 {
   color: #6150EE;
 }
 .AnyTagClassName
 {
   color: #6150EE;
 }
</style>

background-color css

<style>
 a { background-color: #6150EE; }

 a { background-color: rgb(97,80,238); }

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

border-color css

<style>
 span { border-color: #6150EE; }

 span { border-color: rgb(97,80,238); }

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