Html Css Color HEX #6B4FA4 Studio

📋 copy color: '#6B4FA4'

red 107 ◦ green 79 ◦ blue 164

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

Shades of Studio #6B4FA4

Tints of Studio #6B4FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.86%

R = 30.57%
G = 22.57%
B = 46.86%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6B4FA4 (or 0x6B4FA4) is known color: Studio. HEX triplet: 6B, 4F and A4. RGB value is (107,79,164). Sum of RGB (Red+Green+Blue) = 107+79+164=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #6B4FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4FA4 is #94B05B. Grayscale: #606060. Windows color (decimal): -9744476 or 10768235. OLE color: 10768235.

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

Color convert

RGB 107 79 164 -
CMYK 0.35 0.52 0 0.36
HSL 259.76º 0.35% 0.48% -
HSV(B) 259.76º 0.52% 0.64% -
XYZ 15.56 11.4 36.5 -
YUV 97.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 107 79 164 0.35 0.52 0 0.36 259.76 0.35 0.48
Hex 6B 4F A4 23 34 0 24 104 23 30
Octal 153 117 244 43 64 0 44 404 43 60
Binary 1101011 1001111 10100100 100011 110100 0 100100 100000100 100011 110000

Color Harmonies of #6B4FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4FA4

Black with #6B4FA4

Text Example


Text Example

White with #6B4FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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