Html Css Color HEX #6E549D Studio

📋 copy color: '#6E549D'

red 110 ◦ green 84 ◦ blue 157

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

Shades of Studio #6E549D

Tints of Studio #6E549D

RGB

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

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

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

R = 31.34%
G = 23.93%
B = 44.73%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E549D (or 0x6E549D) is known color: Studio. HEX triplet: 6E, 54 and 9D. RGB value is (110,84,157). Sum of RGB (Red+Green+Blue) = 110+84+157=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E549D is #91AB62. Grayscale: #636363. Windows color (decimal): -9546595 or 10310766. OLE color: 10310766.

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

Color convert

RGB 110 84 157 -
CMYK 0.30 0.46 0 0.38
HSL 261.37º 0.3% 0.47% -
HSV(B) 261.37º 0.46% 0.62% -
XYZ 15.69 12.09 33.41 -
YUV 100.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 110 84 157 0.30 0.46 0 0.38 261.37 0.3 0.47
Hex 6E 54 9D 1E 2E 0 26 105 1E 2F
Octal 156 124 235 36 56 0 46 405 36 57
Binary 1101110 1010100 10011101 11110 101110 0 100110 100000101 11110 101111

Color Harmonies of #6E549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E549D

Black with #6E549D

Text Example


Text Example

White with #6E549D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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