Html Css Color HEX #6C4D94 Studio

📋 copy color: '#6C4D94'

red 108 ◦ green 77 ◦ blue 148

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

Shades of Studio #6C4D94

Tints of Studio #6C4D94

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.12%

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

R = 32.43%
G = 23.12%
B = 44.44%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C4D94 (or 0x6C4D94) is known color: Studio. HEX triplet: 6C, 4D and 94. RGB value is (108,77,148). Sum of RGB (Red+Green+Blue) = 108+77+148=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C4D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4D94 is #93B26B. Grayscale: #5E5E5E. Windows color (decimal): -9679468 or 9719148. OLE color: 9719148.

HSL color Cylindrical-coordinate representation of color #6C4D94: hue angle of 266.2º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C4D94 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 77 148 -
CMYK 0.27 0.48 0 0.42
HSL 266.2º 0.32% 0.44% -
HSV(B) 266.2º 0.48% 0.58% -
XYZ 14.18 10.63 29.32 -
YUV 94.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 108 77 148 0.27 0.48 0 0.42 266.2 0.32 0.44
Hex 6C 4D 94 1B 30 0 2A 10A 20 2C
Octal 154 115 224 33 60 0 52 412 40 54
Binary 1101100 1001101 10010100 11011 110000 0 101010 100001010 100000 101100

Color Harmonies of #6C4D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4D94

Black with #6C4D94

Text Example


Text Example

White with #6C4D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,77,148); }

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

background-color css

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

 a { background-color: rgb(108,77,148); }

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

border-color css

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

 span { border-color: rgb(108,77,148); }

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