Html Css Color HEX #6E549C Studio

📋 copy color: '#6E549C'

red 110 ◦ green 84 ◦ blue 156

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

Shades of Studio #6E549C

Tints of Studio #6E549C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 31.43%
G = 24%
B = 44.57%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E549C (or 0x6E549C) is known color: Studio. HEX triplet: 6E, 54 and 9C. RGB value is (110,84,156). Sum of RGB (Red+Green+Blue) = 110+84+156=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E549C is #91AB63. Grayscale: #636363. Windows color (decimal): -9546596 or 10245230. OLE color: 10245230.

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

Color convert

RGB 110 84 156 -
CMYK 0.29 0.46 0 0.39
HSL 261.67º 0.3% 0.47% -
HSV(B) 261.67º 0.46% 0.61% -
XYZ 15.6 12.06 32.96 -
YUV 99.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 110 84 156 0.29 0.46 0 0.39 261.67 0.3 0.47
Hex 6E 54 9C 1D 2E 0 27 106 1E 2F
Octal 156 124 234 35 56 0 47 406 36 57
Binary 1101110 1010100 10011100 11101 101110 0 100111 100000110 11110 101111

Color Harmonies of #6E549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E549C

Black with #6E549C

Text Example


Text Example

White with #6E549C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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