Html Css Color HEX #6E4F9E Studio

📋 copy color: '#6E4F9E'

red 110 ◦ green 79 ◦ blue 158

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

Shades of Studio #6E4F9E

Tints of Studio #6E4F9E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 31.7%
G = 22.77%
B = 45.53%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E4F9E (or 0x6E4F9E) is known color: Studio. HEX triplet: 6E, 4F and 9E. RGB value is (110,79,158). Sum of RGB (Red+Green+Blue) = 110+79+158=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E4F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4F9E is #91B061. Grayscale: #606060. Windows color (decimal): -9547874 or 10375022. OLE color: 10375022.

HSL color Cylindrical-coordinate representation of color #6E4F9E: hue angle of 263.54º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4F9E is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 79 158 -
CMYK 0.30 0.50 0 0.38
HSL 263.54º 0.33% 0.46% -
HSV(B) 263.54º 0.5% 0.62% -
XYZ 15.4 11.38 33.73 -
YUV 97.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 110 79 158 0.30 0.50 0 0.38 263.54 0.33 0.46
Hex 6E 4F 9E 1E 32 0 26 108 21 2E
Octal 156 117 236 36 62 0 46 410 41 56
Binary 1101110 1001111 10011110 11110 110010 0 100110 100001000 100001 101110

Color Harmonies of #6E4F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4F9E

Black with #6E4F9E

Text Example


Text Example

White with #6E4F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,79,158); }

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

background-color css

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

 a { background-color: rgb(110,79,158); }

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

border-color css

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

 span { border-color: rgb(110,79,158); }

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