Html Css Color HEX #6826FF Han Purple

📋 copy color: '#6826FF'

red 104 ◦ green 38 ◦ blue 255

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

Shades of Han Purple #6826FF

Tints of Han Purple #6826FF

RGB

 RED value IS 104 (41.02% from 255) = 26.2%

 GREEN value IS 38 (15.23% from 255) = 9.57%

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

R = 26.2%
G = 9.57%
B = 64.23%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6826FF (or 0x6826FF) is known color: Han Purple. HEX triplet: 68, 26 and FF. RGB value is (104,38,255). Sum of RGB (Red+Green+Blue) = 104+38+255=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #6826FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6826FF is #97D900. Grayscale: #515151. Windows color (decimal): -9951489 or 16721512. OLE color: 16721512.

HSL color Cylindrical-coordinate representation of color #6826FF: hue angle of 258.25º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6826FF is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 38 255 -
CMYK 0.59 0.85 0 0
HSL 258.25º 1% 0.57% -
HSV(B) 258.25º 0.85% 1% -
XYZ 24.45 11.55 95.55 -
YUV 82.47 225.37 143.36 -
System Red Green Blue C M Y K H S L
Decimal 104 38 255 0.59 0.85 0 0 258.25 1 0.57
Hex 68 26 FF 3B 55 0 0 102 64 39
Octal 150 46 377 73 125 0 0 402 144 71
Binary 1101000 100110 11111111 111011 1010101 0 0 100000010 1100100 111001

Color Harmonies of #6826FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6826FF

Black with #6826FF

Text Example


Text Example

White with #6826FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6826FF; }

 p { color: rgb(104,38,255); }

 H1.HeaderClassName
 {
   color: #6826FF;
 }
 .AnyTagClassName
 {
   color: #6826FF;
 }
</style>

background-color css

<style>
 a { background-color: #6826FF; }

 a { background-color: rgb(104,38,255); }

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

border-color css

<style>
 span { border-color: #6826FF; }

 span { border-color: rgb(104,38,255); }

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