Html Css Color HEX #6B4DA4 Studio

📋 copy color: '#6B4DA4'

red 107 ◦ green 77 ◦ blue 164

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

Shades of Studio #6B4DA4

Tints of Studio #6B4DA4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.13%

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

R = 30.75%
G = 22.13%
B = 47.13%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6B4DA4 (or 0x6B4DA4) is known color: Studio. HEX triplet: 6B, 4D and A4. RGB value is (107,77,164). Sum of RGB (Red+Green+Blue) = 107+77+164=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #6B4DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4DA4 is #94B25B. Grayscale: #5F5F5F. Windows color (decimal): -9744988 or 10767723. OLE color: 10767723.

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

Color convert

RGB 107 77 164 -
CMYK 0.35 0.53 0 0.36
HSL 260.69º 0.36% 0.47% -
HSV(B) 260.69º 0.53% 0.64% -
XYZ 15.42 11.11 36.45 -
YUV 95.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 107 77 164 0.35 0.53 0 0.36 260.69 0.36 0.47
Hex 6B 4D A4 23 35 0 24 105 24 2F
Octal 153 115 244 43 65 0 44 405 44 57
Binary 1101011 1001101 10100100 100011 110101 0 100100 100000101 100100 101111

Color Harmonies of #6B4DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4DA4

Black with #6B4DA4

Text Example


Text Example

White with #6B4DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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