Html Css Color HEX #6E4CAC Studio

📋 copy color: '#6E4CAC'

red 110 ◦ green 76 ◦ blue 172

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

Shades of Studio #6E4CAC

Tints of Studio #6E4CAC

RGB

 RED value IS 110 (43.36% from 255) = 30.73%

 GREEN value IS 76 (30.08% from 255) = 21.23%

 BLUE value IS 172 (67.58% from 255) = 48.04%

R = 30.73%
G = 21.23%
B = 48.04%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E4CAC (or 0x6E4CAC) is known color: Studio. HEX triplet: 6E, 4C and AC. RGB value is (110,76,172). Sum of RGB (Red+Green+Blue) = 110+76+172=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E4CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4CAC is #91B353. Grayscale: #606060. Windows color (decimal): -9548628 or 11291758. OLE color: 11291758.

HSL color Cylindrical-coordinate representation of color #6E4CAC: hue angle of 261.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E4CAC is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 76 172 -
CMYK 0.36 0.56 0 0.33
HSL 261.25º 0.39% 0.49% -
HSV(B) 261.25º 0.56% 0.67% -
XYZ 16.46 11.46 40.37 -
YUV 97.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 110 76 172 0.36 0.56 0 0.33 261.25 0.39 0.49
Hex 6E 4C AC 24 38 0 21 105 27 31
Octal 156 114 254 44 70 0 41 405 47 61
Binary 1101110 1001100 10101100 100100 111000 0 100001 100000101 100111 110001

Color Harmonies of #6E4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4CAC

Black with #6E4CAC

Text Example


Text Example

White with #6E4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,76,172); }

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

background-color css

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

 a { background-color: rgb(110,76,172); }

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

border-color css

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

 span { border-color: rgb(110,76,172); }

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