Html Css Color HEX #6E4E9C Studio

📋 copy color: '#6E4E9C'

red 110 ◦ green 78 ◦ blue 156

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

Shades of Studio #6E4E9C

Tints of Studio #6E4E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 31.98%
G = 22.67%
B = 45.35%

CMYK

 C value IS 0.29

 M value IS 0.5

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E4E9C (or 0x6E4E9C) is known color: Studio. HEX triplet: 6E, 4E and 9C. RGB value is (110,78,156). Sum of RGB (Red+Green+Blue) = 110+78+156=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E4E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4E9C is #91B163. Grayscale: #606060. Windows color (decimal): -9548132 or 10243694. OLE color: 10243694.

HSL color Cylindrical-coordinate representation of color #6E4E9C: hue angle of 264.62º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4E9C is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 78 156 -
CMYK 0.29 0.5 0 0.39
HSL 264.62º 0.33% 0.46% -
HSV(B) 264.62º 0.5% 0.61% -
XYZ 15.16 11.16 32.81 -
YUV 96.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 110 78 156 0.29 0.5 0 0.39 264.62 0.33 0.46
Hex 6E 4E 9C 1D 32 0 27 109 21 2E
Octal 156 116 234 35 62 0 47 411 41 56
Binary 1101110 1001110 10011100 11101 110010 0 100111 100001001 100001 101110

Color Harmonies of #6E4E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4E9C

Black with #6E4E9C

Text Example


Text Example

White with #6E4E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,78,156); }

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

background-color css

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

 a { background-color: rgb(110,78,156); }

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

border-color css

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

 span { border-color: rgb(110,78,156); }

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