Html Css Color HEX #6B4EA4 Studio

📋 copy color: '#6B4EA4'

red 107 ◦ green 78 ◦ blue 164

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

Shades of Studio #6B4EA4

Tints of Studio #6B4EA4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.35%

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

R = 30.66%
G = 22.35%
B = 46.99%

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

#6B4EA4 (or 0x6B4EA4) is known color: Studio. HEX triplet: 6B, 4E and A4. RGB value is (107,78,164). Sum of RGB (Red+Green+Blue) = 107+78+164=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 164 - color contains mainly: blue. Hex color #6B4EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4EA4 is #94B15B. Grayscale: #606060. Windows color (decimal): -9744732 or 10767979. OLE color: 10767979.

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

Color convert

RGB 107 78 164 -
CMYK 0.35 0.52 0 0.36
HSL 260.23º 0.36% 0.47% -
HSV(B) 260.23º 0.52% 0.64% -
XYZ 15.49 11.25 36.48 -
YUV 96.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 107 78 164 0.35 0.52 0 0.36 260.23 0.36 0.47
Hex 6B 4E A4 23 34 0 24 104 24 2F
Octal 153 116 244 43 64 0 44 404 44 57
Binary 1101011 1001110 10100100 100011 110100 0 100100 100000100 100100 101111

Color Harmonies of #6B4EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4EA4

Black with #6B4EA4

Text Example


Text Example

White with #6B4EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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