Html Css Color HEX #6C4F9E Studio

📋 copy color: '#6C4F9E'

red 108 ◦ green 79 ◦ blue 158

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

Shades of Studio #6C4F9E

Tints of Studio #6C4F9E

RGB

 RED value IS 108 (42.58% from 255) = 31.3%

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

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

R = 31.3%
G = 22.9%
B = 45.8%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C4F9E (or 0x6C4F9E) is known color: Studio. HEX triplet: 6C, 4F and 9E. RGB value is (108,79,158). Sum of RGB (Red+Green+Blue) = 108+79+158=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C4F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4F9E is #93B061. Grayscale: #606060. Windows color (decimal): -9678946 or 10375020. OLE color: 10375020.

HSL color Cylindrical-coordinate representation of color #6C4F9E: hue angle of 262.03º 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 #6C4F9E is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 79 158 -
CMYK 0.32 0.50 0 0.38
HSL 262.03º 0.33% 0.46% -
HSV(B) 262.03º 0.5% 0.62% -
XYZ 15.15 11.25 33.72 -
YUV 96.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 108 79 158 0.32 0.50 0 0.38 262.03 0.33 0.46
Hex 6C 4F 9E 20 32 0 26 106 21 2E
Octal 154 117 236 40 62 0 46 406 41 56
Binary 1101100 1001111 10011110 100000 110010 0 100110 100000110 100001 101110

Color Harmonies of #6C4F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4F9E

Black with #6C4F9E

Text Example


Text Example

White with #6C4F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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