Html Css Color HEX #6B4FA2 Studio

📋 copy color: '#6B4FA2'

red 107 ◦ green 79 ◦ blue 162

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

Shades of Studio #6B4FA2

Tints of Studio #6B4FA2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

 BLUE value IS 162 (63.67% from 255) = 46.55%

R = 30.75%
G = 22.7%
B = 46.55%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6B4FA2 (or 0x6B4FA2) is known color: Studio. HEX triplet: 6B, 4F and A2. RGB value is (107,79,162). Sum of RGB (Red+Green+Blue) = 107+79+162=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 162 (63.67% from 255 or 46.55% from 348); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B4FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4FA2 is #94B05D. Grayscale: #606060. Windows color (decimal): -9744478 or 10637163. OLE color: 10637163.

HSL color Cylindrical-coordinate representation of color #6B4FA2: hue angle of 260.24º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B4FA2 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 79 162 -
CMYK 0.34 0.51 0 0.36
HSL 260.24º 0.34% 0.47% -
HSV(B) 260.24º 0.51% 0.64% -
XYZ 15.38 11.33 35.56 -
YUV 96.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 107 79 162 0.34 0.51 0 0.36 260.24 0.34 0.47
Hex 6B 4F A2 22 33 0 24 104 22 2F
Octal 153 117 242 42 63 0 44 404 42 57
Binary 1101011 1001111 10100010 100010 110011 0 100100 100000100 100010 101111

Color Harmonies of #6B4FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4FA2

Black with #6B4FA2

Text Example


Text Example

White with #6B4FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,79,162); }

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

background-color css

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

 a { background-color: rgb(107,79,162); }

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

border-color css

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

 span { border-color: rgb(107,79,162); }

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