Html Css Color HEX #6B2DFB Han Purple

📋 copy color: '#6B2DFB'

red 107 ◦ green 45 ◦ blue 251

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

Shades of Han Purple #6B2DFB

Tints of Han Purple #6B2DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.17%

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

R = 26.55%
G = 11.17%
B = 62.28%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B2DFB (or 0x6B2DFB) is known color: Han Purple. HEX triplet: 6B, 2D and FB. RGB value is (107,45,251). Sum of RGB (Red+Green+Blue) = 107+45+251=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B2DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2DFB is #94D204. Grayscale: #565656. Windows color (decimal): -9753093 or 16461163. OLE color: 16461163.

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

Color convert

RGB 107 45 251 -
CMYK 0.57 0.82 0 0.02
HSL 258.06º 0.96% 0.58% -
HSV(B) 258.06º 0.82% 0.98% -
XYZ 24.41 11.97 92.29 -
YUV 87.02 220.54 142.25 -
System Red Green Blue C M Y K H S L
Decimal 107 45 251 0.57 0.82 0 0.02 258.06 0.96 0.58
Hex 6B 2D FB 39 52 0 2 102 60 3A
Octal 153 55 373 71 122 0 2 402 140 72
Binary 1101011 101101 11111011 111001 1010010 0 10 100000010 1100000 111010

Color Harmonies of #6B2DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2DFB

Black with #6B2DFB

Text Example


Text Example

White with #6B2DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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