Html Css Color HEX #6C549E Studio

📋 copy color: '#6C549E'

red 108 ◦ green 84 ◦ blue 158

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

Shades of Studio #6C549E

Tints of Studio #6C549E

RGB

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

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

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

R = 30.86%
G = 24%
B = 45.14%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C549E (or 0x6C549E) is known color: Studio. HEX triplet: 6C, 54 and 9E. RGB value is (108,84,158). Sum of RGB (Red+Green+Blue) = 108+84+158=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C549E is #93AB61. Grayscale: #636363. Windows color (decimal): -9677666 or 10376300. OLE color: 10376300.

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

Color convert

RGB 108 84 158 -
CMYK 0.32 0.47 0 0.38
HSL 259.46º 0.31% 0.47% -
HSV(B) 259.46º 0.47% 0.62% -
XYZ 15.53 12 33.85 -
YUV 99.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 108 84 158 0.32 0.47 0 0.38 259.46 0.31 0.47
Hex 6C 54 9E 20 2F 0 26 103 1F 2F
Octal 154 124 236 40 57 0 46 403 37 57
Binary 1101100 1010100 10011110 100000 101111 0 100110 100000011 11111 101111

Color Harmonies of #6C549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C549E

Black with #6C549E

Text Example


Text Example

White with #6C549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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