Html Css Color HEX #6B2FF6 Han Purple

📋 copy color: '#6B2FF6'

red 107 ◦ green 47 ◦ blue 246

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

Shades of Han Purple #6B2FF6

Tints of Han Purple #6B2FF6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.75%

 BLUE value IS 246 (96.48% from 255) = 61.5%

R = 26.75%
G = 11.75%
B = 61.5%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6B2FF6 (or 0x6B2FF6) is known color: Han Purple. HEX triplet: 6B, 2F and F6. RGB value is (107,47,246). Sum of RGB (Red+Green+Blue) = 107+47+246=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 246 (96.48% from 255 or 61.5% from 400); Max value from RGB is 246 - color contains mainly: blue. Hex color #6B2FF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2FF6 is #94D009. Grayscale: #565656. Windows color (decimal): -9752586 or 16133995. OLE color: 16133995.

HSL color Cylindrical-coordinate representation of color #6B2FF6: hue angle of 258.09º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B2FF6 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 107 47 246 -
CMYK 0.57 0.81 0 0.04
HSL 258.09º 0.92% 0.57% -
HSV(B) 258.09º 0.81% 0.96% -
XYZ 23.71 11.81 88.22 -
YUV 87.63 217.38 141.82 -
System Red Green Blue C M Y K H S L
Decimal 107 47 246 0.57 0.81 0 0.04 258.09 0.92 0.57
Hex 6B 2F F6 39 51 0 4 102 5C 39
Octal 153 57 366 71 121 0 4 402 134 71
Binary 1101011 101111 11110110 111001 1010001 0 100 100000010 1011100 111001

Color Harmonies of #6B2FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2FF6

Black with #6B2FF6

Text Example


Text Example

White with #6B2FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,47,246); }

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

background-color css

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

 a { background-color: rgb(107,47,246); }

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

border-color css

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

 span { border-color: rgb(107,47,246); }

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