Html Css Color HEX #6B1EFB Han Purple

📋 copy color: '#6B1EFB'

red 107 ◦ green 30 ◦ blue 251

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

Shades of Han Purple #6B1EFB

Tints of Han Purple #6B1EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.73%

 BLUE value IS 251 (98.44% from 255) = 64.69%

R = 27.58%
G = 7.73%
B = 64.69%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B1EFB (or 0x6B1EFB) is known color: Han Purple. HEX triplet: 6B, 1E and FB. RGB value is (107,30,251). Sum of RGB (Red+Green+Blue) = 107+30+251=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B1EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1EFB is #94E104. Grayscale: #4D4D4D. Windows color (decimal): -9756933 or 16457323. OLE color: 16457323.

HSL color Cylindrical-coordinate representation of color #6B1EFB: hue angle of 260.9º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B1EFB is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 30 251 -
CMYK 0.57 0.88 0 0.02
HSL 260.91º 0.97% 0.55% -
HSV(B) 260.91º 0.88% 0.98% -
XYZ 23.94 11.02 92.13 -
YUV 78.22 225.51 148.53 -
System Red Green Blue C M Y K H S L
Decimal 107 30 251 0.57 0.88 0 0.02 260.91 0.97 0.55
Hex 6B 1E FB 39 58 0 2 105 61 37
Octal 153 36 373 71 130 0 2 405 141 67
Binary 1101011 11110 11111011 111001 1011000 0 10 100000101 1100001 110111

Color Harmonies of #6B1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1EFB

Black with #6B1EFB

Text Example


Text Example

White with #6B1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,30,251); }

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

background-color css

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

 a { background-color: rgb(107,30,251); }

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

border-color css

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

 span { border-color: rgb(107,30,251); }

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