Html Css Color HEX #6834FB Han Purple

📋 copy color: '#6834FB'

red 104 ◦ green 52 ◦ blue 251

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

Shades of Han Purple #6834FB

Tints of Han Purple #6834FB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.78%

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

R = 25.55%
G = 12.78%
B = 61.67%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6834FB (or 0x6834FB) is known color: Han Purple. HEX triplet: 68, 34 and FB. RGB value is (104,52,251). Sum of RGB (Red+Green+Blue) = 104+52+251=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #6834FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6834FB is #97CB04. Grayscale: #595959. Windows color (decimal): -9947909 or 16462952. OLE color: 16462952.

HSL color Cylindrical-coordinate representation of color #6834FB: hue angle of 255.68º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6834FB is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 52 251 -
CMYK 0.59 0.79 0 0.02
HSL 255.68º 0.96% 0.59% -
HSV(B) 255.68º 0.79% 0.98% -
XYZ 24.35 12.36 92.37 -
YUV 90.23 218.73 137.82 -
System Red Green Blue C M Y K H S L
Decimal 104 52 251 0.59 0.79 0 0.02 255.68 0.96 0.59
Hex 68 34 FB 3B 4F 0 2 100 60 3B
Octal 150 64 373 73 117 0 2 400 140 73
Binary 1101000 110100 11111011 111011 1001111 0 10 100000000 1100000 111011

Color Harmonies of #6834FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6834FB

Black with #6834FB

Text Example


Text Example

White with #6834FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6834FB; }

 p { color: rgb(104,52,251); }

 H1.HeaderClassName
 {
   color: #6834FB;
 }
 .AnyTagClassName
 {
   color: #6834FB;
 }
</style>

background-color css

<style>
 a { background-color: #6834FB; }

 a { background-color: rgb(104,52,251); }

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

border-color css

<style>
 span { border-color: #6834FB; }

 span { border-color: rgb(104,52,251); }

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