Html Css Color HEX #6C549D Studio

📋 copy color: '#6C549D'

red 108 ◦ green 84 ◦ blue 157

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

Shades of Studio #6C549D

Tints of Studio #6C549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.07%

 BLUE value IS 157 (61.72% from 255) = 44.99%

R = 30.95%
G = 24.07%
B = 44.99%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C549D (or 0x6C549D) is known color: Studio. HEX triplet: 6C, 54 and 9D. RGB value is (108,84,157). Sum of RGB (Red+Green+Blue) = 108+84+157=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C549D is #93AB62. Grayscale: #636363. Windows color (decimal): -9677667 or 10310764. OLE color: 10310764.

HSL color Cylindrical-coordinate representation of color #6C549D: hue angle of 259.73º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C549D is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 84 157 -
CMYK 0.31 0.46 0 0.38
HSL 259.73º 0.3% 0.47% -
HSV(B) 259.73º 0.46% 0.62% -
XYZ 15.44 11.96 33.39 -
YUV 99.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 108 84 157 0.31 0.46 0 0.38 259.73 0.3 0.47
Hex 6C 54 9D 1F 2E 0 26 104 1E 2F
Octal 154 124 235 37 56 0 46 404 36 57
Binary 1101100 1010100 10011101 11111 101110 0 100110 100000100 11110 101111

Color Harmonies of #6C549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C549D

Black with #6C549D

Text Example


Text Example

White with #6C549D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,84,157); }

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

background-color css

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

 a { background-color: rgb(108,84,157); }

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

border-color css

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

 span { border-color: rgb(108,84,157); }

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