Html Css Color HEX #6E4A94 Studio

📋 copy color: '#6E4A94'

red 110 ◦ green 74 ◦ blue 148

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

Shades of Studio #6E4A94

Tints of Studio #6E4A94

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 33.13%
G = 22.29%
B = 44.58%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E4A94 (or 0x6E4A94) is known color: Studio. HEX triplet: 6E, 4A and 94. RGB value is (110,74,148). Sum of RGB (Red+Green+Blue) = 110+74+148=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E4A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4A94 is #91B56B. Grayscale: #5C5C5C. Windows color (decimal): -9549164 or 9718382. OLE color: 9718382.

HSL color Cylindrical-coordinate representation of color #6E4A94: hue angle of 269.19º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4A94 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 74 148 -
CMYK 0.26 0.50 0 0.42
HSL 269.19º 0.33% 0.44% -
HSV(B) 269.19º 0.5% 0.58% -
XYZ 14.22 10.35 29.27 -
YUV 93.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 110 74 148 0.26 0.50 0 0.42 269.19 0.33 0.44
Hex 6E 4A 94 1A 32 0 2A 10D 21 2C
Octal 156 112 224 32 62 0 52 415 41 54
Binary 1101110 1001010 10010100 11010 110010 0 101010 100001101 100001 101100

Color Harmonies of #6E4A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4A94

Black with #6E4A94

Text Example


Text Example

White with #6E4A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,74,148); }

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

background-color css

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

 a { background-color: rgb(110,74,148); }

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

border-color css

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

 span { border-color: rgb(110,74,148); }

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